R/plot.bundledensity.R

plot.bundledensity <-
function (x, ...) 
{
    hist(x$random, breaks = seq(min(x$random), max(x$random), 
        length = 30), freq = F, xlim = range(x$x), main = "density", 
        ...)
    lines(x$x, x$density, col = "red")
}

Try the expectreg package in your browser

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

expectreg documentation built on March 18, 2022, 5:57 p.m.