PROTECTED]>
> Subject: Re: [R] bar and line plot
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Date: Saturday, September 27, 2008, 4:48 AM
> Felipe Carrillo wrote:
> > Hello All:
> > Using the below dataset how can I make a barplot
> with
> >
Felipe Carrillo wrote:
Hello All:
Using the below dataset how can I make a barplot with
Date(X) and NumEggs(Y) by Site. Then plot Temp(lineplot)
It seems really simple, but I am having a hard time trying to
do it by Site. Thanks
Hi Felipe,
This might do what you want:
fdc<-r
Try this:
library(lattice)
DF$Date <- as.Date(DF$Date)
xyplot(NumEggs ~ Date | Site, DF, type = "h")
Also look at ggplot2 for another way.
On Fri, Sep 26, 2008 at 2:38 PM, Felipe Carrillo
<[EMAIL PROTECTED]> wrote:
> Hello All:
>Using the below dataset how can I make a barplot with
>Dat
Hello All:
Using the below dataset how can I make a barplot with
Date(X) and NumEggs(Y) by Site. Then plot Temp(lineplot)
It seems really simple, but I am having a hard time trying to
do it by Site. Thanks
Date NumEggs Site Temp
1 2008-04-22
4 matches
Mail list logo