Dear list,
I would like to create a time series plot in which the paths of several
individuals are stacked above each other, with the x-axis being the total
observation period of three years ( 1.1.2004 to 31.12.2007) and the y-axis
being some defined range[min,max].
My data consist of Date/
Sorry for posting this questions twice, but my previous question was
accidentally sent unfinished.
Dear list,
I would like to create a time series plot in which the paths of several
individuals are stacked above each other, with the x-axis being the total
observation period of three years ( 1
ttp://www.aquaticresources.org/>
From: Gabor Grothendieck [ggrothendi...@gmail.com]
Sent: 23 September 2010 23:06
To: Struve, Juliane
Cc: r-help@r-project.org
Subject: Re: [R] plotting multiple animal tracks against Date/Time
On Thu, Sep 23, 2010 at 5:53 PM, Struve, J
...@gmail.com]
Sent: 23 September 2010 18:26
To: Struve, Juliane
Cc: r-help@r-project.org
Subject: Re: [R] plotting multiple animal tracks against Date/Time
On Thu, Sep 23, 2010 at 9:50 AM, Struve, Juliane
wrote:
> Dear list,
>
> I would like to create a time series plot in which the pat
_
From: Gabor Grothendieck [ggrothendi...@gmail.com]
Sent: 23 September 2010 23:06
To: Struve, Juliane
Cc: r-help@r-project.org
Subject: Re: [R] plotting multiple animal tracks against Date/Time
On Thu, Sep 23, 2010 at 5:53 PM, Struve, Juliane
mailto:j.str...@imperial.ac.uk>> wrot
ste("Results",Fish_ID,sep="_"),index.column=3,header=TRUE,FUN=as.chron,sep=",")
#reads in data for each in Fish_ID
}
z <- na.approx(cbind(???), na.rm = FALSE)
plot(z)
From: Gabor Grothendieck [ggrothendi...@gmail.com]
Sent: 24 September 2010 22:08
To: Struve,
ttp://www.aquaticresources.org
From: Gabor Grothendieck [ggrothendi...@gmail.com]
Sent: 27 September 2010 15:23
To: Struve, Juliane
Cc: r-help@r-project.org
Subject: Re: [R] plotting multiple animal tracks against Date/Time
On Mon, Sep 27, 2010 at 10:01 AM, Struve, Julian
ot;, "character", "numeric"))# error
"Error in strptime(x, format, tz = tz) : invalid 'x' argument"
Am I missing something ?
Thank you for your time and patience.
Juliane
Sorry for posting twice, libraries were missing earlier.
_
quot;numeric"))
lapply(filenames, read.zoo, header = TRUE, FUN = as.chron, sep = ",",
colClasses = c("NULL", "NULL", "character", "numeric"))
From: Gabor Grothendieck [ggrothendi...@gmail.com]
Sent: 29 S
Dear list,
I am trying to program semi-random movement within a circle, with no particles
leaving the circle. I would like them to bounce back when they come to close to
the wall, but I don't seem to be able to get this right. Would somebody kindly
give me a hint ? This is my code so far, the
10 matches
Mail list logo