resample | R Documentation |
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)
dat |
Stratigraphic series for resampling. First column should be location (e.g., depth), second column should be data value. |
xout |
Vector of new sampling locations. |
genplot |
Generate summary plots? (T or F) |
verbose |
Verbose output? (T or F) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.