R/boxplot.stcs.R

Defines functions `boxplot.stcs`

`boxplot.stcs` <-
function(x, stat=1:4, all = TRUE, show=TRUE, ylab, xlab, ...)
{
boxplot.mefa(mefa(x), stat, all, show, ylab, xlab, ...)
}
psolymos/mefa documentation built on Oct. 10, 2021, 6:22 p.m.