File: densityplot.R

package info (click to toggle)
r-cran-eipack 0.2-2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 476 kB
  • sloc: ansic: 1,155; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
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)
}