Displaying 2 results from an estimated 2 matches for "duranel".
Did you mean:
duane
2012 Sep 24
1
POSIXct coerced into numeric when filling a data frame
...a bit confused about why that is.
I could coerce them back to POSIXct with another line of code, but is
there a better way? And is there a way to avoid using a for loop to
complete this task?
No need to say I am quite new to R, so apologies for any obvious mistake
or oversight.
Many thanks
A. Duranel, UCL Department of Geography
[[alternative HTML version deleted]]
2013 Jan 11
1
overlaying zoo plots in lattice
Hello
Let's say I have a multivariate zoo timeseries (synchronised automatic
loggers at different places):
library(zoo)
library(lattice)
library(latticeExtra)
x<-zoo(data.frame(a=rnorm(100), c=rnorm(100), b=rnorm(100)),
seq(from=as.Date("2010-01-01"), by="day", length.out=100))
and a dataframe with manual control points at variable dates: