Learn R Programming

oce (version 0.9-19)

plot,amsr-method: Plot an amsr Object

Description

Plot an amsr Object

Usage

"plot"(x, y, asp, debug = getOption("oceDebug"), ...)

Arguments

x
An object inherting from amsr-class.
y
String indicating the name of the band to plot; if not provided, SST is used; see amsr-class for a list of bands.
asp
Optional aspect ratio for plot.
debug
A debugging flag, integer.
...
extra arguments passed to imagep, e.g. set col to control colours.

See Also

Other functions that plot oce data: plot,adp-method, plot,adv-method, plot,argo-method, plot,bremen-method, plot,cm-method, plot,coastline-method, plot,ctd-method, plot,gps-method, plot,ladp-method, plot,lisst-method, plot,lobo-method, plot,met-method, plot,odf-method, plot,rsk-method, plot,satellite-method, plot,sealevel-method, plot,section-method, plot,tidem-method, plot,topo-method, plot,windrose-method, plotProfile, plotScan, plotTS, tidem-class

Other things related to amsr data: [[<-,amsr-method, amsr-class, read.amsr, summary,amsr-method

Examples

Run this code
## Not run: 
# d <- read.amsr("f34_20160102v7.2.gz")
# asp <- 1/cos(pi*40/180)
# plot(d, "SST", col=oceColorsJet, xlim=c(-80,0), ylim=c(20,60), asp=asp)
# data(coastlineWorldMedium, package="ocedata")
# lines(coastlineWorldMedium[['longitude']], coastlineWorldMedium[['latitude']])
# ## End(Not run)

Run the code above in your browser using DataLab