R/data_io_functions.R
set_calib_curve.RdThis 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)
| 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). |
set_sim() for an overview of the "standard pipeline"
load_calib_curve() for the format of calib_df