method | R Documentation |
get or set a list of data acquisition properties
method(m = "IGG-UPb", instrument, ions, num, den, bkg, description)
m |
the name of a data acquisition protocol. Pre-defined
values include |
instrument |
one of either |
ions |
vector of labels to be attached to the different ionic masses that are visited during each sweep. |
num |
numerator ions of the logratios to be processed in subsequent data reduction steps. |
den |
denominator ions of the logratios to be processed in subsequent data reduction steps. |
bkg |
either (1) a character string with the name of the
channel (e.g. |
description |
text string with a description of the contents |
an object of class method
fname <- system.file('SHRIMP.op',package='simplex')
m <- method(m="GA-UPb",
instrument="SHRIMP",
ions=c('Zr2O','Pb204','bkg','Pb206','Pb207',
'Pb208','U238','ThO','UO','UO2'),
num=c('Pb204','Pb207','Pb206','UO'),
den=c('Pb206','Pb206','U238','U238'),
bkg='bkg',
description="U-Pb dating at Geoscience Australia.")
shrimpdat <- read_data(fname,m=m)
plot(shrimpdat,i=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.