pairsDifference: plot x-y against retention time

Description Usage Arguments See Also Examples

View source: R/plotting.R

Description

plot x-y against retention time

Usage

1
pairsDifference(dataf, RT, main = "", ylim = NULL, maxPanel = 8)

Arguments

dataf

dataframe

RT

retention time vector

main

title

ylim

axis extend

maxPanel

maximum number of datasets to display. dim(dataf)[2] > maxPanel, maxPanel columns are sampled

See Also

pairs and pairsRatio

Examples

1
2
3
data(SDat)
rtord = orderByRT(SDat)
pairsDifference( asinh(rtord$Intensity), rtord$RT , ylim=NULL)

wolski/imsbInfer documentation built on March 27, 2021, 11:39 p.m.