Skip to content
Back to formatted view

Raw Message

Message-ID: <4DAB265F.3040408@statistik.tu-dortmund.de>
Date: 2011-04-17T17:41:51Z
From: Uwe Ligges
Subject: Boxplot with two or more Y vectors
In-Reply-To: <BANLkTi=F1TqOv0Bwtm5ONysmAAAtL+kkCw@mail.gmail.com>

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