summary.CalDates {rcarbon} | R Documentation |
Summarise a CalDates
class object
Description
Returns summary statistics of calibrated dates.
Usage
## S3 method for class 'CalDates'
summary(object, prob = NA, calendar = "BP", ...)
Arguments
object |
A |
prob |
A vector containing probabilities for the higher posterior density interval. Default is |
calendar |
Whether the summary statistics should be computed in cal BP ( |
... |
further arguments passed to or from other methods. |
Value
A data.frame
class object containing the ID of each date, along with the median date and one and two sigma (or a user specified probability) higher posterior density ranges.
[Package rcarbon version 1.5.1 Index]