Skip to content
Prev 280259 / 398506 Next

Sampling data every third hour

1) Use dput() to submit data.

2) Would this work? (It requires your data are evenly spaced, but I
think that's it) d[seq(1, nrow(d), by = 3), ]

Michael
On Wed, Dec 14, 2011 at 7:17 AM, abcdef ghijk <linehunk at yahoo.com> wrote: