Last chance! 50% off unlimited learning
Sale ends in
By default, all fitted constituents are plotted, but it is quite useful to set e.g. p=0.05 To see just those constituents that are significant at the 5 percent level. Note that the p values are estimated as the average of the p values for the sine and cosine components at a given frequency.
# S4 method for tidem
summary(object, p, constituent, ...)
an object of class "tidem"
, usually, a result of a call
to tidem
.
optional value of the maximum p value for the display of an individual coefficient. If not given, all coefficients are shown.
optional name of constituent on which to focus.
further arguments passed to or from other methods.
NULL
Other things related to tidem
data: [[,tidem-method
,
[[<-,tidem-method
,
plot,tidem-method
,
predict.tidem
, tidedata
,
tidem-class
, tidemAstron
,
tidemVuf
, tidem
# NOT RUN {
library(oce)
data(sealevel)
tide <- tidem(sealevel)
summary(tide)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab