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,check=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)
Conduct compliance checks before processing? (T or F). In general this should be activated; the option is included for Monte Carlo simulation.
Verbose output? (T or F)