summary
method for class "tidem"
.## S3 method for class 'tidem':
summary(object, p, constituent, \dots)## S3 method for class 'summary.tidem':
print(x, digits=max(6, getOption("digits")-1),
signif.stars= getOption("show.signif.stars"), ...)
"tidem"
, usually, a result of a
call to tidem
."tidem"
, usually, a result of a
call to summary.tidem
.TRUE
, "summary.tidem"
, which contains
pertinent information about the fitted tidal model and its misfit to
the data.Note that the p values are estimated as the average of the p values for the sine and cosine components at a given frequency.
tidem
fits a tidal model to data (and describes
the nature of tide
objects), and plot.tidem
plots
a tide
object.library(oce)
# Halifax data
data(sealevelHalifax)
tide <- tidem(sealevelHalifax)
summary(tide)
Run the code above in your browser using DataLab