R/plot.mixdata.R

Defines functions plot.mixdata

Documented in plot.mixdata

## last modified May 2008

plot.mixdata <- function(x, mixpar = NULL, dist = "norm", root = FALSE, 
    ytop = NULL, clwd = 1, main, sub, xlab, ylab, bty, ...) 
{
    mixdataobj<-x
    plot.mix(mixdataobj, mixpar, dist, root, ytop, clwd, main, 
        sub, xlab, ylab, bty, ...)
    invisible()
}

Try the mixdist package in your browser

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

mixdist documentation built on May 2, 2019, 3:34 p.m.