pad {astrochron} | R Documentation |
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) |
[Package astrochron version 1.3 Index]