plotstd: Plot the std mass from GlobalStd algorithm

View source: R/pmdvis.R

plotstdR 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

getstd, globalstd

Examples

data(spmeinvivo)
pmd <- getpaired(spmeinvivo)
std <- getstd(pmd)
plotstd(std)

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