print.retlev {lax} | R 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 |
digits |
The argument |
... |
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
[Package lax version 1.2.3 Index]