Learn R Programming

astrochron (version 1.4)

freq2sedrate: Convert record of local spatial frequency (from EHA) to sedimentation rate curve

Description

Convert record of local spatial frequency (from EHA) to sedimentation rate curve

Usage

freq2sedrate(freqs,period=NULL,ydir=1,genplot=T,verbose=T)

Arguments

freqs

Data frame containing depth/height in first column (meters) and spatial frequencies in second column (cycles/m)

period

Temporal period of spatial frequency (ka)

ydir

Direction for y-axis in plots (depth,height). -1 = values increase downwards (slower), 1 = values increase upwards

genplot

Generate summary plots? (T or F)

verbose

Verbose output? (T or F)