Print method for objects of class "evpost"
# S3 method for evpost
print(x, ...)
An object of class "evpost", a result of a call to
rpost
, rpost_rcpp
, kgaps_post
or dgaps_post
.
Further arguments. None are used.
The argument x
is returned, invisibly.
print.evpost
just prints the original function call, to
avoid printing a huge list.
plot.evpost
for a diagnostic plot.
# Newlyn sea surges
thresh <- quantile(newlyn, probs = 0.90)
k_postsim <- kgaps_post(newlyn, thresh)
k_postsim
#>
#> Call:
#> kgaps_post(data = newlyn, thresh = thresh)
#>