rcpp_season_filter | R Documentation |
season_filter
rcpp_season_filter(d, rm_closed = TRUE, rtrough_max = 0.7, r_min = 0.02)
check_season_dt(dt)
check_season_list(lst_dt)
d |
Data.frame of growing season dividing info |
rtrough_max |
|
r_min |
Threshold is defined as the difference of peak value with trough value. There are two threshold (left and right). The minimum threshold should be greater than r_min. |
dt |
data.table of growing season division info |
lst_dt |
list of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.