Last chance! 50% off unlimited learning
Sale ends in
summary
method for class "tidem"
.## S3 method for class 'tidem':
summary(object, p, constituent, \dots)
"tidem"
, usually, a result of a
call to tidem
."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)
data(sealevelHalifax)
tide <- tidem(sealevelHalifax)
summary(tide)
Run the code above in your browser using DataLab