search for: scale_size_identity

Displaying 3 results from an estimated 3 matches for "scale_size_identity".

2008 Jun 10
1
Sweave, ggplot2 and two-page figures
...ot;jitter", main="Days to BOS by Days to First AR", xlab="Days of Follow-up", ylab="Daysto First AR") + geom_smooth(aes(group=bos2), method='rlm', fill=alpha("grey", 0.4)) + scale_shape(solid=FALSE,name="BOS\nFalse = 0\nTrue = 1") + scale_size_identity() + facet_grid(bos2 ~ ., margins=TRUE) +scale_colour_manual(name="BOS\nFalse = 0\nTrue = 1", values=c("blue", "purple"))) grid.gedit(gPath("strip","label"),gp=gpar(fontsize="14", col="red")) @ I am unable to get the plot with t...
2008 Aug 25
1
ggplot scale_size - is there any way to specify breaks?
...a score lower than 2 on any of the subjects then the smallest dot size for this grade will correspond to a score of 2 whereas the same dot size will correspond to a score of 1 for the other grades. Is there any way to specify a range to scale_size()? There is an option called "breaks" in scale_size_identity() that does what I want. Is there something similar for scale_size()? Thanks. -Raj. -- View this message in context: http://www.nabble.com/ggplot-scale_size---is-there-any-way-to-specify-breaks--tp19148944p19148944.html Sent from the R help mailing list archive at Nabble.com.
2007 Aug 11
0
DOE and interaction plot general question
...oxplot", > orientation="horizontal", ylim=c(0.5,1), main="Hello World!", xlab="Label > X", ylab="Label Y", facets=.~time, colour="red", size=2) > boxplot + geom_jitter(aes(colour="steelblue")) + scale_colour_identity() + > scale_size_identity() > grid.gedit("ylabel", gp=gpar(fontsize=16)) > > > > There's a book that provides a full explanation and the (basic) grid > > chapter is online (see > > http://www.stat.auckland.ac.nz/~paul/RGraphics/rgraphics.html) > > > Awesome, I'll check t...