An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110413/c88dd619/attachment.pl>
Boxplot with two or more Y vectors
2 messages · Håvard Wahl Kongsgård, Uwe Ligges
4 days later
On 13.04.2011 15:58, H?vard Wahl Kongsg?rd wrote:
Hi, for a simple boxplot in R, in the formula is it possible to include two or more Y vectors directly. Or is that only possibility by aggregating the data first?
Do you think about something like boxplot(cbind(y1, y2)) ? Uwe Ligges