print.mevr | R Documentation |
Print nicely formatted output of the fit to the MEVD and its variants
## S3 method for class 'mevr'
print(x, digits = max(3, getOption("digits") - 3), ...)
x |
Object of class |
digits |
Number of digits. |
... |
Additional parameters. |
A nicely formatted output of the fitting results.
data(dailyrainfall)
# fit a simplified MEVD
fit <- fsmev(dailyrainfall)
print(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.