View source: R/print.seasonalPeak.R
print.seasonalPeak | R Documentation |
Prints the results of a seasonal peak analysis (seasonalPeak
).
## S3 method for class 'seasonalPeak' print(x, digits = 3, details = FALSE, ...)
x |
an object of class "seasonalPeak" from |
digits |
the number of significant digits to print numeric data. |
details |
logical, print the model details? |
... |
not used for method, required for other methods. |
The object x
is returned invisibly.
The printed output contains the default time-of-peak value and potential alternate values for unconfirmed peaks and the number of peaks, timing of the primary peak, and optionally the model information for confirmed peaks.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.