Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plotCalArray

Plots a calibration curve probability array


Description

Generates a basic image plot of the calibration curve.

Usage

plotCalArray(CalArray)

Arguments

CalArray

A 2D probability array of the calibration curve generated by makeCalArray, containing row names and column names.

Details

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.

Examples

# 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)

ADMUR

Ancient Demographic Modelling Using Radiocarbon

v1.0.3
GPL-3
Authors
Adrian Timpson [aut, cre] (<https://orcid.org/0000-0003-0292-8729>)
Initial release
2021-03-19

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.