plotstdrt {pmd} | R 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)
[Package pmd version 0.2.1 Index]