print.evpost {revdbayes} | R Documentation |
Print method for objects of class "evpost"
Description
Print method for objects of class "evpost"
Usage
## S3 method for class 'evpost'
print(x, ...)
Arguments
x |
An object of class "evpost", a result of a call to
|
... |
Further arguments. None are used. |
Details
print.evpost
just prints the original function call, to
avoid printing a huge list.
Value
The argument x
is returned, invisibly.
See Also
plot.evpost
for a diagnostic plot.
Examples
# Newlyn sea surges
thresh <- quantile(newlyn, probs = 0.90)
k_postsim <- kgaps_post(newlyn, thresh)
k_postsim
[Package revdbayes version 1.5.4 Index]