Last data update: 2014.03.03

R: Summarise a Bchronology object
summary.BchronologyRunR Documentation

Summarise a Bchronology object

Description

Summarise a Bchronology object

Usage

## S3 method for class 'BchronologyRun'
summary(object, type=c('quantiles','outliers','convergence'), 
probs = c(0.025, 0.1, 0.5, 0.9, 0.975), ..., digits = max(3, getOption("digits") - 3))

Arguments

object

Output from a run of Bchronology

type

(optional) Type of output required. The default (quantiles) gives the quantiles of the ages for each depth in predictPositions from Bchronology. The other options provide outlier probabilities or convergence diagnostics.

probs

(optional) Probabilities (between 0 and 1) at which to summarise the predicted chronologies

...

Other arguments (not currently supported)

digits

Number of digits to report values (not currently supported)

Author(s)

Andrew Parnell <andrew.parnell@ucd.ie

See Also

BchronCalibrate, Bchronology BchronRSL, BchronDensity, BchronDensityFast

Examples

# Examples in main function code{link{Bchronology}}

Results