R/window_chron.R

Defines functions `window_chron`

`window_chron` <-
function(x, day1,hour1,day2,hour2, ...){
    window(x, start = chron(day1, hour1), end = chron(day2, hour2))
}

Try the StreamMetabolism package in your browser

Any scripts or data that you put into this service are public.

StreamMetabolism documentation built on Oct. 17, 2023, 5:07 p.m.