plot.calibrated: plot calibrated data

View source: R/calibrate.R

plot.calibratedR Documentation

plot calibrated data

Description

shows the calibrated data on a logratio plot.

Usage

## S3 method for class 'calibrated'
plot(x, show.numbers = TRUE, ...)

Arguments

x

an object of class calibrated

show.numbers

logical. If TRUE, numbers the error ellipses by aliquot.

...

optional arguments to be passed on to the generic plot function

Examples

## 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)

pvermees/simplex documentation built on Sept. 2, 2023, 12:40 p.m.