Description Usage Arguments Value
View source: R/raster-functions.R
Save average precipitation or evapotranspiration over upstream drainage area of a ONS station
1 2 3 4 5 6 | spatial_average(
meteo_brick,
poly_station,
fun = mean,
var_name = c("pr", "pet")
)
|
meteo_brick |
|
poly_station |
|
fun |
function to apply. Default: mean. |
var_name |
character, variable name. |
a character path to the RDS file with a tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.