Description Usage Arguments Value
Extract rainfall data
1 2 3 4 5 6 7 8 | ex_rainfall(
data_path = "\\\\projectdata.eurac.edu/projects/Proslide/PREC_GRIDS_updated/",
spatial.obj = NULL,
fun = NULL,
date = NULL,
nc_var = "precipitation",
days_back = 2
)
|
data_path |
Path to the gridded rainall data |
fun |
A function as character that the |
date |
A character that can be coerced directly to a date or an object of class |
nc_var |
The variable in the NetCDF you want to extract |
days_back |
|
sptial.obj |
An object of type |
a dataframe with either point extractions or columns of the aggregated values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.