plotstd {pmd} | R Documentation |
Plot the std mass from GlobalStd algorithm
Description
Plot the std mass from GlobalStd algorithm
Usage
plotstd(list)
Arguments
list |
a list from getstd function |
See Also
Examples
data(spmeinvivo)
pmd <- getpaired(spmeinvivo)
std <- getstd(pmd)
plotstd(std)
[Package pmd version 0.2.1 Index]