Skip to content

Sampling data every third hour

2 messages · abcdef ghijk, R. Michael Weylandt

#
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: