Learn R Programming

IntCal (version 0.3.1)

new.ccdir: Make directory and fill with calibration curves

Description

Make an alternative `curves' directory and fill it with the calibration curves.

Usage

new.ccdir(ccdir = "./ccurves")

Arguments

ccdir

Name and location of the new directory. Defaults to `ccurves', a folder within the current working directory, ccdir="./ccurves".

Details

Copies all calibration curves within the `IntCal' package to the new directory.

Examples

Run this code
new.ccdir(tempdir())

Run the code above in your browser using DataLab