data2table | R Documentation |
convert calibrated SIMS data objects to a flat table
data2table(x, ...)
## Default S3 method:
data2table(x, ...)
## S3 method for class 'calibrated'
data2table(x, cov = FALSE, log = TRUE, log4lab = TRUE, ...)
## S3 method for class 'delta'
data2table(x, cov = FALSE, ...)
## S3 method for class 'logratios'
data2table(x, log = TRUE, t = NULL, addxy = FALSE, ...)
x |
an object of class |
... |
optional arguments |
cov |
logical. If |
log |
logical. If |
log4lab |
logical. If |
t |
The time to which the logratio signal should be interpolated. |
addxy |
logical. If |
a matrix
## Not run:
data('Cameca_UPb',package='simplex')
dc <- drift(x=Cameca_UPb)
lr <- logratios(x=dc)
cal <- calibration(lr=lr,stand=standard(preset='Plesovice-t'))
cd <- calibrate(cal)
tab <- data2table(cd)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.