t; > [mailto:r-help-boun...@r-project.org] Namens Jim Lemon
> > Verzonden: woensdag 30 juni 2010 13:33
> > Aan: Pablo Cerdeira
> > CC: r-help@r-project.org
> > Onderwerp: Re: [R] Multiline and grouping in R
> >
> > On 06/30/2010 10:42 AM, Pablo Cerdeira wrote
; Aan: Pablo Cerdeira
> CC: r-help@r-project.org
> Onderwerp: Re: [R] Multiline and grouping in R
>
> On 06/30/2010 10:42 AM, Pablo Cerdeira wrote:
> > Hi All,
> >
> > this is my first mail here.
> >
> > I'm trying to plot a multiline chart group
On 06/30/2010 10:42 AM, Pablo Cerdeira wrote:
Hi All,
this is my first mail here.
I'm trying to plot a multiline chart grouping values with no success. I have
read a lot in the official Wiki and also searched via Google, but I did not
find anything.
I'm importing some data from a cvs file. Her
Owo! Many thanks to you all. A lot of answers in just a few minutes!! I'd
like to thank you Dennis, Joshua, David, Erik and Bill.
I'll try these solutions and read something about xyplot.
Best regards to you.
On Tue, Jun 29, 2010 at 10:54 PM, Dennis Murphy wrote:
> Hi:
>
> This is to add a co
Hi:
This is to add a couple of bells and whistles to the excellent replies of
David and Bill. You may not want the 0.5 increments in the x-axis ticks, and
if you want all groups in a single plot, then you may want a legend. Below
are some basic ways to specify these (to head off the obvious follow
Hello,
There are many ways to do what you want in R. I am showing one way
using one of my favorite graphics packages, ggplot2. If you do not
have it installed yet, uncomment the first line.
#install.packages("ggplot2")
library(ggplot2) #load the package
#Read in data
samp.dat <- structure(list
> require(lattice)
Loading required package: lattice
> xyplot(CASES ~ YEAR | AREA, data = t, type = "b")
> xyplot(CASES ~ YEAR, data = t, type = "b", groups = AREA)
-Original Message-
From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On
Behalf Of Pablo Cerdeira
S
Pablo Cerdeira wrote:
Hi All,
this is my first mail here.
I'm trying to plot a multiline chart grouping values with no success. I have
read a lot in the official Wiki and also searched via Google, but I did not
find anything.
I know how to do it in Excel, using a Pivot Table. But I'm trying
On Jun 29, 2010, at 8:42 PM, Pablo Cerdeira wrote:
Hi All,
this is my first mail here.
I'm trying to plot a multiline chart grouping values with no
success. I have
read a lot in the official Wiki and also searched via Google, but I
did not
find anything.
I'm importing some data from a c
9 matches
Mail list logo