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)
}
psolymos/opticut documentation built on Nov. 27, 2022, 11:29 a.m.