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, ...)
}

Try the mefa package in your browser

Any scripts or data that you put into this service are public.

mefa documentation built on Oct. 7, 2021, 9:11 a.m.