R/plot.episplineDensity.R

plot.episplineDensity <- function (x, ...) 
{
plot (x$x.pts, x$y.est, type = "l", xlab = "X", ylab = "Density Estimate", main = "Epispline Density Estimate")
points (x$x, rep (0, length (x$x)), col="red", pch=1, cex=1.5)
}

Try the episplineDensity package in your browser

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

episplineDensity documentation built on May 1, 2019, 7:28 p.m.