plot.sst | R Documentation |
Reads a netCDF file and the plots the output
plot.sst(filepath = NULL, rast = NULL, bbox = c(-15, 10, 45, 62))
filepath |
A character string for the filename. If this argument is defined, plot it. |
rast |
A RasterLayer object. If this argument is defined, plot the raster |
bbox |
(optional) A vector in the format Xmin, Xmax, Ymin, Ymax for plotting. |
A levelplot object from the rasterVis library
P <- plot.sst(file="/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.