plotPD | R Documentation |
Generates a basic plot of the Probability Distribution of calibrated date, or Summed Probability Distribution of multiple calibrated dates, or multiple SPDs such as a data frame of phases
plotPD(x)
x |
A data frame comprising row names of calendar years and optional column names. For example a one-column dataframe generated by |
Presents the probability density as a grey polygon.
data <- data.frame(age=c(9144),sd=c(151))
CalArray <- makeCalArray(intcal20,calrange=c(8000,13000))
cal <- summedCalibrator(data, CalArray)
plotPD(cal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.