## S3 method for class 'lobo':
plot(x,
which=c(1,2,3),
adorn=NULL,
mgp=getOption("oceMgp"),
mar=c(mgp[2]+1, mgp[1]+1, 1, mgp[1]+1.25),
debug=getOption("oceDebug"),
...)
lobo
object, e.g. as read by read.lobo
.which
are as follows: 1
or "temperature"
for a time seriepar(mgp)
, and
also for par(mar)
, computed from this. The default is
tighter than the R default, in order to use more space for the data
and less for the axes.par("mar")
.lobo-class
explains the structure
of LOBO objects, and also outlines the other functions dealing with them.library(oce)
data(lobo)
plot(lobo)
Run the code above in your browser using DataLab