powered by
Takes a time window of a larger series
window_chron(x, day1, hour1, day2, hour2, ...)
subset by time
data to be subsetted
start day
start time
end date
end time
other arguments
Stephen A Sefick Jr.
chron, window, window.zoo
window
#with real data data(DOTemp) d <- window_chron(DOTemp, "8/18/70", "06:00:00", "8/18/70", "20:15:00") plot(d)
Run the code above in your browser using DataLab