Learn R Programming

astrochron (version 0.3.1)

pad: Pad Stratigraphic Series with Zeros

Description

Pad Stratigraphic Series with Zeros ("zero padding")

Usage

pad(dat,zeros,genplot=T,verbose=T)

Arguments

dat
Stratigraphic series for mean removal. First column should be location (e.g., depth), second column should be data value.
zeros
Number of zeros to add on the end of the series. By default, the number of points will be doubled.
genplot
Generate summary plots? (T or F)
verbose
Verbose output? (T or F)