Learn R Programming

astrochron (version 0.3.1)

tune: Tune Stratigraphic Series

Description

Tune stratigraphic series from space to time, using specified control points

Usage

tune(dat,controlPts,extrapolate=F,genplot=T,verbose=T)

Arguments

dat
Stratigraphic series for tuning. First column should be location (e.g., depth), second column should be data value.
controlPts
Tuning control points. A data frame or matrix containing two columns: depth, time
extrapolate
Extrapolate sedimentation rates above and below 'tuned' interval? (T or F)
genplot
Generate summary plots? (T or F)
verbose
Verbose output? (T or F)