simplex2IsoplotR | R Documentation |
convert U-Pb or U-Th-Pb data to an IsoplotR object
simplex2IsoplotR(dat, method = "U-Pb")
dat |
an object of class |
method |
sets the format of the |
an object of class UPb
or ThPb
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.