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

______________________________________________
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