Plots a calibrated PD of a single date, or SPD of multiple dates, or multiple SPDs
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.