Thanks Thomas.
On Sat, May 28, 2011 at 11:29 AM, Thomas Levine wrote:
> You can do pretty well without ggplot actually.
>
> boxplot(Time~paste(Incidents,Months),data=DF,border=c('grey20','red'))
>
> On Sat, May 28, 2011 at 2:55 AM, steven mosher
> wrote:
> > Thanks,
> >
> > ggplot is on my
You can do pretty well without ggplot actually.
boxplot(Time~paste(Incidents,Months),data=DF,border=c('grey20','red'))
On Sat, May 28, 2011 at 2:55 AM, steven mosher wrote:
> Thanks,
>
> ggplot is on my list of things to learn before Hadley comes here to the
> bay area
> to give a session on i
Thanks,
ggplot is on my list of things to learn before Hadley comes here to the
bay area
to give a session on interactive graphics in R
On Fri, May 27, 2011 at 10:29 PM, Joshua Wiley wrote:
> Hi Steven,
>
> This is not, strictly speaking, the answer to your question (hopefully
> Tom already a
Hi Steven,
This is not, strictly speaking, the answer to your question (hopefully
Tom already answered that). Rather, it is the answer to questions you
*might* have asked (and perhaps one of them will be one you wished you
had asked).
Barplots have a low data:ink ratio...you are using an entire
Does this do it?
barplot(t(matrix(pivot$x,4)),beside=T)
Tom
On Fri, May 27, 2011 at 6:08 PM, steven mosher wrote:
>
> Hi,
>
> I'm really struggling with barplot
>
> I have a data.frame with 3 columns. The first column represents an
> "incident" type
> The second column represents a "month"
> Th
5 matches
Mail list logo