plot.calibrated | R Documentation |
shows the calibrated data on a logratio plot.
## S3 method for class 'calibrated'
plot(x, show.numbers = TRUE, ...)
x |
an object of class |
show.numbers |
logical. If |
... |
optional arguments to be passed on to the generic
|
## Not run:
data('Cameca_UPb',package='simplex')
dc <- drift(x=Cameca_UPb)
lr <- logratios(x=dc)
st <- standard(preset='Temora-t')
p <- pairing(lr,stand=st)
cal <- calibration(lr=lr,pairing=p,stand=st,prefix='Tem')
cd <- calibrate(cal)
plot(cd)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.