plot.simplex: plot simplex data

View source: R/io.R

plot.simplexR Documentation

plot simplex data

Description

plot time resolved SIMS data

Usage

## S3 method for class 'simplex'
plot(x, sname = NULL, i = 1, ...)

Arguments

x

an object of class simplex

sname

the sample name to be shown

i

the sample number to be shown

...

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

Examples

data('SHRIMP_UPb',package='simplex')
plot(SHRIMP_UPb,i=1)

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