Message-ID: <20090527122444.GE1197@anakin.ifi.uio.no>
Date: 2009-05-27T12:24:44Z
From: Zeljko Vrba
Subject: Problem with adding labels in ggplot2
In-Reply-To: <20090527114052.GD1197@anakin.ifi.uio.no>
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)")