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)")

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to