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

Description Usage Arguments See Also Examples

View source: R/pmdvis.R

Description

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

Usage

1
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

1
2
3
4
data(spmeinvivo)
pmd <- getpaired(spmeinvivo)
std <- getstd(pmd)
plotstdrt(std,rtcluster = 6)

pmd documentation built on Jan. 22, 2021, 1:06 a.m.