print.mevr: Print method for object of class mevr

View source: R/mevr.R

print.mevrR Documentation

Print method for object of class mevr

Description

Print nicely formatted output of the fit to the MEVD and its variants

Usage

## S3 method for class 'mevr'
print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

x

Object of class mevr, fitted with MEVD, SMEV or TMEV.

digits

Number of digits.

...

Additional parameters.

Value

A nicely formatted output of the fitting results.

Examples

data(dailyrainfall)

# fit a simplified MEVD
fit <- fsmev(dailyrainfall)
print(fit)

mevr documentation built on June 30, 2024, 9:06 a.m.