R/densityplot.R

Defines functions densityplot

Documented in densityplot

densityplot <- function(x, by = "column", col,
                         xlim = c(0,1), ylim,
                         main = "", sub = NULL, xlab,
                         ylab, lty = par("lty"), 
                         lwd = par("lwd"), ...) {
  UseMethod("densityplot", x)
}

Try the eiPack package in your browser

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

eiPack documentation built on March 7, 2023, 7:04 p.m.