saveNC | R Documentation |
Function to save data compatible with pRecipe in .nc file
saveNC(x, file, name = "tp", longname = "Total precipitation", units = "mm")
x |
Raster* object |
file |
character |
name |
character |
longname |
character |
units |
character |
No return value, called to save a file
## Not run:
save_nc(dummie_brick, "gpcp_tp_mm_global_197901_202205_025_monthly.nc")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.