Description Usage Arguments Value Examples
Get Precipitation Data Frame/ Data Table
1 | getPrecipDF(list_of_files)
|
list_of_files |
list of files including precipitation and spatial data |
data.table with date, id, precipitation, lon, lat and climate model columns
1 2 3 4 5 6 7 8 | ## Not run:
getPrecipDF(list.files(path = "./avancedr/spatial/data/raw",
pattern = ".nc",
full.names = TRUE))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.