plot.sst: Plot one NCDF file downloaded from GHRSST

View source: R/plotsst.R

plot.sstR Documentation

Plot one NCDF file downloaded from GHRSST

Description

Reads a netCDF file and the plots the output

Usage

plot.sst(filepath = NULL, rast = NULL, bbox = c(-15, 10, 45, 62))

Arguments

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.

Value

A levelplot object from the rasterVis library

Examples

P <- plot.sst(file="/ncdata.ncf",bbox=c(-15,10,45,62))

HiDef-Aerial-Surveying/HDsst documentation built on March 10, 2023, 10:33 a.m.