View source: R/get_mean_annual_rainfall.R
Get the mean annual rainfall for a spatial dataframe
1 2 3 4 5 6 | get_mean_annual_rainfall(
data = NULL,
map_path = "/mnt/CEPH_PROJECTS/Proslide/mean_annual_precipitation/map.tif",
fun = c("mean"),
crs = 32632
)
|
data |
Object of class |
map_path |
Path to raster of mean annual rainfall |
fun |
Function to aggregated in case of POLYGON |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.