R/plot.stcs.R

Defines functions `plot.stcs`

`plot.stcs` <-
function(x, stat=1:4, type=c("hist", "rank"), trafo=c("none", "log",
"ratio"), show=TRUE, ylab, xlab, ...)
{
plot.mefa(mefa(x), stat, type, trafo, 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 May 2, 2019, 5 p.m.