[R] Problem with adding labels in ggplot2
Zeljko Vrba
zvrba at ifi.uio.no
Wed May 27 14:24:44 CEST 2009
On Wed, May 27, 2009 at 01:40:52PM +0200, Zeljko Vrba wrote:
>
> I apologize for not pasting a complete example, but the data-set is too large,
> so I hope someone can help me just by description of symptoms.
>
-snip-
I have solved the problem by introducing an artificial variable in the original
plot specification and plotting the data using the %+% operator, e.g.:
p.b4.idletime <- p.b4.generic.wg %+%
within(b4.all.medians.8, { y <- v.idletime }) +
ylab("Idle time (s)")
More information about the R-help
mailing list