check_season
1 2 3 4 5 | check_season(d, rm_closed = TRUE, rtrough_max = 0.7, r_min = 0.02)
check_season_dt(dt, rtrough_max, r_min, len_min = 45, len_max = 650)
cheak_season_list(lst_dt, rtrough_max, r_min, len_min = 45, len_max = 650)
|
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 dividing info |
len_min |
the minimum and maximum length (in the unit of days) of growing season |
len_max |
the minimum and maximum length (in the unit of days) of growing season |
lst_dt |
list of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.