View source: R/new_functions.R
define_seasons | R Documentation |
Determine which raster layers correspond to which times of year based on what each layer represents and which hemisphere to use; currently, only temperate seasons are supported.
define_seasons(brick, layer_type = "month", hemisphere = "northern")
brick |
a RasterBrick object |
layer_type |
a character vector indicating if each layer represents a month or a year |
hemisphere |
a character vector indicating if temperate northern or southen hemisphere seasons should be used |
a named list of numbers indicating which layer belongs to which time classification
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.