print.retlev: Print method for retlev object

View source: R/return_level.R

print.retlevR Documentation

Print method for retlev object

Description

print method for an objects of class c("retlev", "lax").

Usage

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

Arguments

x

an object of class c("retlev", "lax"), a result of a call to return_level.

digits

The argument digits to print.default.

...

Additional arguments. None are used in this function.

Details

Prints the call to return_level and the estimates and 100x$level% confidence limits for the x$m-year return level.

Value

The argument x, invisibly, as for all print methods.

Examples

See the examples in return_level.

See Also

return_level.


lax documentation built on Sept. 3, 2023, 1:07 a.m.