R/image.stcs.R

Defines functions `image.stcs`

`image.stcs` <-
function(x, segm=NULL, trafo=c("none", "log", "bins", "prab"), 
probs = seq(0, 1, 0.05), ordering=TRUE, reverse=TRUE, names = FALSE,
show=TRUE, ylab, xlab, ...)
{
image.mefa(mefa(x), segm, trafo, probs, ordering, reverse, show, names, 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.