normPlot(mean=0, sd=1, width=3, lines=TRUE, fill=rgb(0,0.3,0.8, 0.4),
cumulative=TRUE, las=1,
main=paste("Normal density with\nmean =", signif(mean,2), "and sd =", signif(sd,2)),
ylim=lim0(y), ylab="", xlab="", type="l", lty=1, col=par("fg"), mar=c(2,3,3,3), ... )
dnorm
. DEFAULT: 0polygon
. DEFAULT: rgb(0,0.3,0.8, 0.4)plot
. DEFAULT: 1plot
. DEFAULT: paste("Normal density with\nmean =", mean, "and sd =", sd)par
. DEFAULT: c(2,3,3,3)plot
like lwd, xaxs, cex.axis, etc.betaPlot
, dnorm
, normPlot()
normPlot(81.7, 11.45)
Run the code above in your browser using DataLab