Displaying 3 results from an estimated 3 matches for "bonen".
Did you mean:
bone
2008 Sep 21
1
suppress legend in ggplot(data, aes(y=Y, x=X,fill=Z))?
hi,
is there any way to suppress the legend in ggplot(data, aes(y=Y,
x=X,fill=Z)) ? i'd like the values to be displayed in different colors
as specified by fill= and this works just fine. but i do not want to
have the legend on the right that is automactially created when fill
is specified.
thanks,
tom
2008 Sep 22
1
R-help Digest, Vol 67, Issue 23
...ith
multiple factors ( Javier Acu?a )
22. Re: Unexpected behaviour when testing for independence with
multiple factors ( Javier Acu?a )
23. r format questions (DS)
24. design question on piping multiple data sets from 1 file into
R (DS)
25. color for lattice box plots (Tom Bonen)
26. suppress legend in ggplot(data, aes(y=Y, x=X,fill=Z))? (Tom Bonen)
27. Re: selecting from a series of integers withpre-determined
probabilities (Bert Gunter)
28. Multiple plots per window (p@fo76.org)
29. glmer -- extracting standard errors and other statistics
(John Pou...
2008 Sep 21
0
color for lattice box plots
hi,
i have a figure with many boxplots and want to differentiate one group
of the boxplots by colour of the box. so for example:
X <- replicate(3,rnorm(100))
bwplot(X[,1]~as.factor(X[,2]>1)|X[,3]>0)
# this gives four boxplots, i'd like to give 1 and 3 a different
colour than 2 and 3
# i tried
bwplot(X[,1]~as.factor(X[,2]>1)|X[,3]>0,groups=as.factor(X[,2]>1))
but that