Boxplot with two or more Y vectors
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