plot.logratios: plot logratios

View source: R/logratios.R

plot.logratiosR Documentation

plot logratios

Description

plot time resolved logratio data

Usage

## S3 method for class 'logratios'
plot(x, sname = NULL, i = 1, ratios = FALSE, ...)

Arguments

x

an object of class logratios

sname

the sample name to be shown

i

the sample number to be shown

ratios

logical. If FALSE, plots the raw signals versus time. If TRUE, plots the ratios against time. Both plots show the fitted values as a solid line. Note that, for single collector datasets, the numerator and denominator of the measured ratios correspond to different times.

...

optional arguments to be passed on to the generic plot function.

Examples

## Not run: 
data('SHRIMP_UPb',package='simplex')
dc <- drift(x=SHRIMP_UPb)
lr <- logratios(dc)
plot(lr,i=1,ratios=TRUE)

## End(Not run)

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