[R] Plotting Questions (was: Results of applying na.omit on zoo object)

Rich Shepard rshepard at appl-ecosys.com
Tue Sep 20 02:34:22 CEST 2011


On Mon, 19 Sep 2011, Gabor Grothendieck wrote:

> names(z) gives the column names of zoo object z.

> # get a list of date ranges
> lapply(1:ncol(z), function(i) range(time(na.omit(z[, i]))))

Gabor,

   That combination is just what I was looking for. Now I can start using my
new knowledge on these data.

Much appreciated,

Rich



More information about the R-help mailing list