Interpolate stratigraphic series onto a evenly sampled grid, using piecewise linear interpolation
linterp(dat,dt,start,genplot=T,check=T,verbose=T)
Stratigraphic series for piecewise linear interpolation. First column should be location (e.g., depth), second column should be data value.
New sampling interval.
Start interpolating at what time/depth/height value? By default, the first value of the stratigraphic series will be used.
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)