This is one of a set of helper functions for undertaking a typical analysis of radiocarbon dates. For details on the overall framework for these helper function, see set_rc_meas.

set_calib_curve(data_dir, analysis_name, calibration_curve)

Arguments

data_dir

The directory in which to store analysis data

analysis_name

A unique name for a given analysis in data_dir

calibration_curve

Either the name of a calibration curve or a data frame specifying the calibration curve (see load_calib_curve for format and choices).

See also