nc_to_raster | R Documentation |
Reads a netCDF file and returns a raster
nc_to_raster(filepath, bbox = c(-15, 10, 45, 62))
filepath |
A character string for the filename |
bbox |
(optional) A vector in the format Xmin, Xmax, Ymin, Ymax for plotting. |
A raster object
r <- nc_to_raster(filepath="/ncdata.ncf",bbox=c(-15,10,45,62))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.