u can have more columns in the layout argument eg c(5,14)
which cuts down the graphs
Duncan
From: Natalie Houghton McNair [mailto:nhoughto...@gmail.com]
Sent: Wednesday, 27 November 2013 00:29
To: Duncan Mackay
Subject: Re: [R] Plotting multiple trends on one graph
Thank you!! Th
24, 2013 4:06 PM
To: 'Natalie Houghton McNair'
Cc: R
Subject: Re: [R] Plotting multiple trends on one graph
Hi Natalie
Here is an option using lattice. I think below will get you some way to what
you want
This is your data formatted. in future please dput your data as your data was
sc
s, Station )) + geom_point() +
facet_grid(TagID ~ .)
John Kane
Kingston ON Canada
> -Original Message-
> From: nhoughto...@gmail.com
> Sent: Sun, 24 Nov 2013 08:49:03 -0800
> To: r-help@r-project.org
> Subject: [R] Plotting multiple trends on one graph
>
>>
>>
>>
>> Hello all,
>>
>> I am tracking hundreds of animals through a system with multiple timing
>> points. I want to graph the movement of individuals through the whole
>> array on one graph, but I can't figure out how to do that. An example
>> of
>> my data is below. Basically for each 'TagID',
par.strip.text = list(cex = 0.75)),
strip.left.lines = 2,
xyplot(gspd_mps ~ as.POSIXct(x)|TagID*Station, dat,
as.table = TRUE,
scales = list(x = list(alternating = FALSE,
rot
>
> Hello all,
>
> I am tracking hundreds of animals through a system with multiple timing
> points. I want to graph the movement of individuals through the whole
> array on one graph, but I can't figure out how to do that. An example of
> my data is below. Basically for each 'TagID', I want to
6 matches
Mail list logo