
Last chance! 50% off unlimited learning
Sale ends in
## S3 method for class 'tidem':
plot(x,
which=1,
label.if=NULL,
log="",
mgp=getOption("oceMgp"),
mar=c(mgp[1]+1,mgp[1]+1,mgp[2]+0.25,mgp[2]+1),
...)
tidem
object, as created by tidem
.x
", the frequency axis will be
logarithmic.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")
.tidem
" object. See
tidem
for examples.tidem
fits a "tidem
" object, and
summary.tidem
summarizes such an object.library(oce)
data(sealevelHalifax)
tide <- tidem(sealevelHalifax)
plot(tide)
Run the code above in your browser using DataLab