Description Usage Arguments Value
View source: R/raster-functions.R
Mean annual climatology of meteorological field
1 2 3 4 5 6 7 | annual_climatology(
meteo_brick = import_nc(varnc = "prec", dest_dir = "input"),
poly_station,
fun = sum,
ref_crs = "+proj=longlat +datum=WGS84",
cutoff = 0
)
|
meteo_brick |
|
poly_station |
|
fun |
function to apply. Default: sum. |
ref_crs |
character, coordinate reference system. |
cutoff |
numeric scalar, Default: 0. Value below which data will be replaced by NA. It is useful to exclude zeroes when plotting annual precipitation fields. |
raster
with the Mean annual climatology of
meteorological field.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.