simplex2IsoplotR: convert to IsoplotR

View source: R/postprocess.R

simplex2IsoplotRR Documentation

convert to IsoplotR

Description

convert U-Pb or U-Th-Pb data to an IsoplotR object

Usage

simplex2IsoplotR(dat, method = "U-Pb")

Arguments

dat

an object of class calibrated

method

sets the format of the IsoplotR oboject. If 'U-Pb', produces a format 5 object of class UPb; if 'U-Th-Pb', produces a format 8 object of class UPb; if 'Th-Pb', produces a format 2 object of class ThPb.

Value

an object of class UPb or ThPb

Examples

## Not run: 
m <- method('GA-UPb')
s <- standard(preset="Temora",prefix='TEM')
fname <- system.file('SHRIMP.pd',package='simplex')
cd <- process(f=fname,m=m,stand=s)
UPb <- simplex2IsoplotR(cd)
IsoplotR::concordia(UPb)

## End(Not run)

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