Resample a stratigraphic series using a new (variably sampled) time or space axis. Values are piecewise-linearly interpolated from original data.
resample(dat,xout,genplot=T,verbose=T)
Stratigraphic series for resampling. First column should be location (e.g., depth), second column should be data value.
Vector of new sampling locations.
Generate summary plots? (T or F)
Verbose output? (T or F)