logratios | R Documentation |
extracts logratio averages from time resolved SIMS data
logratios(x, i = NULL)
x |
an object of class |
i |
a vector of mass spectrometer cycles to retain for the
logratio calculation. If |
an object of class logratios
## Not run:
data('SHRIMP',package='simplex')
dc <- drift(x=SHRIMP)
lr <- logratios(dc)
plot(lr,i=1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.