plotstdrt: Plot the std mass from GlobalStd algorithm in certain...

View source: R/pmdvis.R

plotstdrtR Documentation

Plot the std mass from GlobalStd algorithm in certain retention time groups

Description

Plot the std mass from GlobalStd algorithm in certain retention time groups

Usage

plotstdrt(list, rtcluster, ...)

Arguments

list

a list from getstd function

rtcluster

retention time group index

...

other parameters for plot function

See Also

getstd, globalstd,plotstd,plotpaired,plotstdsda

Examples

data(spmeinvivo)
pmd <- getpaired(spmeinvivo)
std <- getstd(pmd)
plotstdrt(std,rtcluster = 6)

yufree/pmd documentation built on April 8, 2024, 8:58 p.m.