ch_cut_block | R Documentation |
The function could also be used to get the same period of time from several station for comparison.
ch_cut_block(DF, st_date, end_date)
DF |
A daily streamflow data frame as from |
st_date |
starting date format is %Y/%m/%d |
end_date |
ending date format is %Y/%m/%d |
Returns a portion of the original dataframe.
Paul Whitfield
data(CAN05AA008)
subset <- ch_cut_block(CAN05AA008,"2000/01/01", "2010/12/31")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.