R/plot.multicut1.R

Defines functions plot.multicut1

Documented in plot.multicut1

plot.multicut1 <-
function(x, ylab="Relative abundance", xlab="Strata", ...)
{
    barplot(x$mu, xlab=xlab, ylab=ylab, ...)
    invisible(x)
}

Try the opticut package in your browser

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

opticut documentation built on May 2, 2019, 5:09 a.m.