plot.calibration | R Documentation |
shows the calibration data on a logratio plot.
## S3 method for class 'calibration'
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('SHRIMP_UPb',package='simplex')
st <- standard(preset='Temora')
dc <- drift(x=SHRIMP_UPb)
lr <- logratios(x=dc)
cal <- calibration(lr=lr,stand=st,prefix='TEM')
plot(cal)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.