area_mean | R Documentation |
Estimate summary statistics across a spatial area, and separated by the 200m isobath that indicates inshore and offshore regions.
area_mean(x)
x |
pacea 'sf' data object with only one column of values (and a geometry column) |
list of summary statistics
## Not run:
pdata <- bccm_surface_temperature()
yrs <- c(2019)
mths <- c(8) # august
ym <- paste(yrs, mths, sep = "_")
tdat <- pdata %>% dplyr::select(all_of(ym))
area_mean(tdat)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.