Time Windows of Diurnal Curves
Takes a time window of a larger series
window_chron(x, day1, hour1, day2, hour2, ...)
x
: data to be subsettedday1
: start dayhour1
: start timeday2
: end datehour2
: end time...
: other argumentssubset by time
chron, window, window.zoo
Stephen A Sefick Jr.
window
#with real data data(DOTemp) d <- window_chron(DOTemp, "8/18/70", "06:00:00", "8/18/70", "20:15:00") plot(d)