plotCalArray: Plots a calibration curve probability array

Description Usage Arguments Details Examples

View source: R/functions.R

Description

Generates a basic image plot of the calibration curve.

Usage

1
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

1
2
3
4
5
	# 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 documentation built on March 24, 2021, 1:08 a.m.