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
rpost,rpost_rcpp,kgaps_postordgaps_post.- ...
Further arguments. None are used.
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)
#>