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)

pmd documentation built on April 4, 2025, 2:15 a.m.