season | R Documentation |
Classification of seasons considering rainy and dry seasons.
season(date, start_rainy = "09-01", start_dry = "05-01")
date |
date to classify |
start_rainy |
Date of start rainy season ("month-day"). Default value consider 1st September. |
start_dry |
Date of start dry season("month-day"). Default value consider 1st May. |
Character object classifying the target day as belonging to "dry season" or "rainy season".
Wolda, H. 1988. “Insect Seasonality: Why?” Annual Review of Ecology and Systematics 19 (1): 1–18. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1146/annurev.es.19.110188.000245")}.
“Köppen Climate Classification”. In Wikipedia, 1st November 2021. https://en.wikipedia.org/w/index.php?title=K%C3%B6ppen_climate_classification&oldid=1053095128.
season("2021-05-23")
season("2020-03-06", start_rainy = "05-22", start_dry = "03-04")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.