plot.logratios | R Documentation |
plot time resolved logratio data
## S3 method for class 'logratios'
plot(x, sname = NULL, i = 1, ratios = FALSE, ...)
x |
an object of class |
sname |
the sample name to be shown |
i |
the sample number to be shown |
ratios |
logical. If |
... |
optional arguments to be passed on to the generic
|
## Not run:
data('SHRIMP_UPb',package='simplex')
dc <- drift(x=SHRIMP_UPb)
lr <- logratios(dc)
plot(lr,i=1,ratios=TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.