normPlot(mean = 0, sd = 1, width = 3, lines = TRUE, quant = TRUE, fill = addAlpha("blue", c(2:6, 7:2)/10), cumulative = TRUE, las = 1, main = paste("Normal density with\nmean =", signif(mean, 2), "and sd =", signif(sd, 2)), ylim = lim0(dnorm(mean, mean, sd)), ylab = "", xlab = "", type = "n", lty = 1, col = par("fg"), mar = c(2, 3, 3, 3), keeppar = FALSE, ...)
dnorm
. DEFAULT: 0fill
colors? DEFAULT: TRUEpolygon
. DEFAULT: addAlpha("blue",c(2:6,7:2)/10)plot
. DEFAULT: 1plot
. DEFAULT: paste("Normal density with\nmean =", mean, "and sd =", sd)lines
. type="l" to add pdf linepar
. DEFAULT: c(2,3,3,3)plot
like lwd, xaxs, cex.axis, etc.betaPlot
, dnorm
,
http://cran.r-project.org/package=denstrip,
http://cran.r-project.org/web/views/Distributions.html
normPlot()
normPlot(81.7, 11.45)
normPlot(180, 11, quant=FALSE, width=2)
Run the code above in your browser using DataLab