print.age_calibration_curve: Print, plot an age-depth calibration object

Description Usage Arguments Value

View source: R/calibration_curve.R

Description

Print, plot an age-depth calibration object

Usage

1
2
3
4
5
6
7
## S3 method for class 'age_calibration_curve'
print(x, ...)

## S3 method for class 'age_calibration_curve'
plot(x, type = "l", xlab = attr(x,
  "cal_age_type"), ylab = attr(x, "measured_age_type") %||% "Measured Age",
  title = attr(x, "curve_name"), ..., measured_age_limits = TRUE)

Arguments

x

An age-depth calibration

type, xlab, ylab, ...

Passed to plot

title

A title for the plot

measured_age_limits

Plot high and low values of the measured age

Value

The input, invisibly


paleolimbot/carbon14 documentation built on May 25, 2019, 11:33 p.m.