plot.calibration: plot calibration data

View source: R/calibration.R

plot.calibrationR Documentation

plot calibration data

Description

shows the calibration data on a logratio plot.

Usage

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

Arguments

x

an object of class calibration

show.numbers

logical. If TRUE, labels the error ellipses with the aliquot numbers.

...

optional arguments to be passed on to the generic plot function.

Examples

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

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