Draw a proxy of the atmospheric 14C concentration (d14C) as well as the calibration curve.
draw.D14C(
cal1 = c(),
cal2 = c(),
cc = rintcal::ccurve(),
BCAD = FALSE,
mar = c(4, 4, 1, 4),
mgp = c(2.5, 1, 0),
xaxs = "r",
yaxs = "r",
bty = "u",
ka = FALSE,
cal.lab = c(),
cal.rev = FALSE,
C14.lab = c(),
C14.lim = c(),
cc.col = rgb(0, 0.5, 0, 0.5),
cc.border = rgb(0, 0.5, 0, 0.5),
D14C.lab = c(),
D14C.lim = c(),
D14C.col = rgb(0, 0, 1, 0.5),
D14C.border = rgb(0, 0, 1, 0.5)
)
A plot of d14C and the calibration curve
First calendar year for the plot. Defaults to youngest calendar age of the calibration curve
Last calendar year for the plot. Defaults to oldest calendar age of the calibration curve
The calibration curve to use. Defaults to IntCal20
The calendar scale of graphs and age output-files is in cal BP (calendar or calibrated years before the present, where the present is AD 1950) by default, but can be changed to BC/AD using BCAD=TRUE
.
Plot margins (amount of white space along edges of axes 1-4).
Axis text margins (where should titles, labels and tick marks be plotted).
Whether or not to extend the limits of the horizontal axis. Defaults to xaxs="r"
which extends it by R's default.
Whether or not to extend the limits of the vertical axis. Defaults to yaxs="r"
which extends it by R's default.
Draw a box around the graph ("n" for none, and "l", "7", "c", "u", "]" or "o" for correspondingly shaped boxes).
Use kcal BP (and C14 kBP). Defaults to FALSE.
The labels for the calendar axis (default age.lab="cal BP"
or "BC/AD"
if BCAD=TRUE
), or to age.lab="kcal BP"
etc. if ka=TRUE.
Reverse the calendar axis (defaults to FALSE).
Label for the C-14 axis. Defaults to 14C BP (or 14C kBP if ka=TRUE).
Limits for the C-14 axis. Calculated automatically by default.
Colour of the calibration curve (fill).
Colour of the calibration curve (border).
Label for the D14C axis.
Axis limits for the D14C axis. Calculated automatically by default.
Colour of the D14C curve (fill).
Colour of the D14C curve (border).
draw.D14C()
draw.D14C(30e3, 55e3, ka=TRUE)
draw.D14C(cc=rintcal::ccurve("NH1_monthly"), BCAD=TRUE)
Run the code above in your browser using DataLab