plotCalArray | R Documentation |
Generates a basic image plot of the calibration curve
plotCalArray(CalArray)
CalArray |
A 2D probability array of the calibration curve generated by |
Plots CalArray, a 2D probability array of the calibration curve.
Time costly if CalArray comprises the entire 50,000 year range of the calibration curve.
# generate a CalArray of the intcal20 curve covering 5500 calBP to 6000 calBP
x <- makeCalArray( calcurve = intcal20, calrange = c(5500,6000), inc = 1 )
plotCalArray(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.