On 1/7/08, Jeff D. Hamann <[EMAIL PROTECTED]> wrote:
> I apologize if this is somewhere in the archives, but I can't seem to find
> a solution to this question.
>
> I've been trying to plot a bwplot:
>
> print(
> bwplot( n.pareto ~ as.factor(gen) | mut.rate * n.pop,
> data=p6
On Fri, 2008-02-29 at 18:12 +0100, Cornelis de Gier wrote:
> I'm looking for an answer to a similar question:
>
> years <- as.factor(sort(rep(1987:2006,20)))
> values <- rnorm(1:400,0,10)
> plot(years,values)
>
> results in 20 boxplots with x axis labels unreadable because there are
> too many of
Well, actually, in Splus I had this problem. In R this problem seems
to be solved. Does anyone have an idea how to solve this problem in
Splus?
Cornelis
2008/2/29, Cornelis de Gier <[EMAIL PROTECTED]>:
> I'm looking for an answer to a similar question:
>
> years <- as.factor(sort(rep(1987:2006,2
I'm looking for an answer to a similar question:
years <- as.factor(sort(rep(1987:2006,20)))
values <- rnorm(1:400,0,10)
plot(years,values)
results in 20 boxplots with x axis labels unreadable because there are
too many of them. How do I reduce the number of x axis labels?
Regards,
Cornelis
2
I apologize if this is somewhere in the archives, but I can't seem to find
a solution to this question.
I've been trying to plot a bwplot:
print(
bwplot( n.pareto ~ as.factor(gen) | mut.rate * n.pop,
data=p6,
horizontal=FALSE,
box.ratio=0.75,
5 matches
Mail list logo