plotstdrt {pmd} | R Documentation |
Plot the std mass from GlobalStd algorithm in certain retention time groups
plotstdrt(list, rtcluster, ...)
list |
a list from getstd function |
rtcluster |
retention time group index |
... |
other parameters for plot function |
getstd
, globalstd
,plotstd
,plotpaired
,plotstdsda
data(spmeinvivo)
pmd <- getpaired(spmeinvivo)
std <- getstd(pmd)
plotstdrt(std,rtcluster = 6)