summary.BchronCalibratedDates {Bchron} | R Documentation |
Summarise a BchronCalibrate object
Description
Produces summary output from a BchronCalibrate
run, including the highest density regions for the calibrated ages for given probability levels
Usage
## S3 method for class 'BchronCalibratedDates'
summary(object, prob = 95, ..., digits = max(3, getOption("digits") - 3))
Arguments
object |
The output of a run of |
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) |
See Also
BchronCalibrate
, Bchronology
, BchronRSL
, BchronDensity
, BchronDensityFast
[Package Bchron version 4.7.6 Index]