powered by
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)
Returns a portion of the original dataframe.
A daily streamflow data frame as from ch_read_ECDE_flows
ch_read_ECDE_flows
starting date format is %Y/%m/%d
ending date format is %Y/%m/%d
Paul Whitfield
data(CAN05AA008) subset <- ch_cut_block(CAN05AA008,"2000/01/01", "2010/12/31")
Run the code above in your browser using DataLab