View source: R/get_seasonal_mean.R
get_group_mean | R Documentation |
This function gets the group mean by season
get_group_mean(
ltm_path,
fname,
shapefiles = ecodata::epu_sf %>% filter(EPU != "SS"),
region_name,
anom = TRUE
)
ltm_path |
The file path to the long term mean data |
fname |
The file path to the raster file to use as starting input |
shapefiles |
Shape files for the regions to mask to. Defaults to EPUs. |
region_name |
The names of the regions to calculate |
anom |
Whether to calculate seasonal anomaly |
A data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.