## S3 method for class 'lobo':
plot(x,
adorn=NULL,
mgp=getOption("oceMgp"),
mar=c(mgp[2]+1, mgp[1]+1, 1, mgp[1]+1.25),
...)
lobo
object, e.g. as read by read.lobo
.par(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")
.summary.lobo
summarizes the information, while
read.lobo
scans it from a file.library(oce)
data(lobo)
plot(lobo)
# illustrate adornment
plot(lobo,
adorn=expression({abline(v=as.POSIXct("2009-03-23 00:00:00"), col="red")}))
Run the code above in your browser using DataLab