Description Usage Arguments Examples
View source: R/get_preseason.R
Get preseason of autumn phenology (EOS).
1 2 3 4 5 6 7 8 9 10 11 | get_preseason(
Tmin,
Tmax,
Prec,
Srad,
SOS,
EOS,
dates_mete,
DateRange_pheno = NULL,
maxDays = 150
)
|
Tmin, Tmax, Prec, Srad |
daily time-series |
SOS, EOS |
yearly phenological metrics |
dates_mete |
dates of mete |
DateRange_pheno |
range of phenology data |
maxDays |
max length of preseason。 |
1 2 3 4 5 6 | ## Not run:
dates <- seq(ymd('19820101'), ymd('20151231'), by = "day")
info_date <- data.table(date = dates, year = year(dates), yday = yday(dates))
get_preseason(Tmin, Tmax, Prec, Srad, SOS, EOS, info_date)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.