Skip to content
Back to formatted view

Raw Message

Message-ID: <CALRb-oftAuf9X2KVLtiO_mcXVAjSGXKt=BR93T_E+aOtNg796Q@mail.gmail.com>
Date: 2017-09-28T16:40:01Z
From: Ed Siefker
Subject: Boxplot, formula interface, and labels.

I have data I'd like to plot using the formula interface to boxplot.
I call boxplot like so:

with(mydata, boxplot(count ~ geno * tissue))

I get a boxplot with x axis labels like "wt.kidney".  I would like
to change the '.' to a newline.  Where is this separator configured?

Thanks,
-Ed