print.evpost: Print method for objects of class "evpost"

View source: R/sample_diagnostics.R

print.evpostR 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 rpost, rpost_rcpp, kgaps_post or dgaps_post.

...

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

paulnorthrop/revdbayes documentation built on March 20, 2024, 1:01 a.m.