Print method for objects of class "evpost"

# S3 method for evpost
print(x, ...)

Arguments

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.

Value

The argument x is returned, invisibly.

Details

print.evpost just prints the original function call, to avoid printing a huge list.

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
#> 
#> Call:
#> kgaps_post(data = newlyn, thresh = thresh)
#>