make_seasons | R Documentation |
Make a list of data frames for months and seasons
make_seasons(start_year, end_year, seasons = NULL, dec_adjust = 1)
start_year , end_year |
Numeric. Year of first and last season |
seasons |
Dataframe mapping each month to a season. Default ( |
dec_adjust |
Logical. Adjust the year in which December is used? If
|
List with elements
itemluseasonsDataframe. Lookup used to translate months to seasons. Equal
to seasons
if that was provided by seasons
argument
itemmonthsDataframe for each month from start_year
to end_year
,
including start and end dates
itemseasonsDataframe for each season from start_year
to end_year
,
including start and end dates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.