Produces summary output from a BchronCalibrate run, including the highest density regions for the calibrated ages for given probability levels

# S3 method for BchronCalibratedDates
summary(object, prob = 95, ..., digits = max(3, getOption("digits") - 3))

Arguments

object

The output of a run of BchronCalibrate

prob

A percentage value (between 0 and 100) at which the highest density regions for each age are calculated

...

Further arguments (not currently supported)

digits

Significant digits to display (not currently supported)