powered by
plotDistr(x, p, discrete=FALSE, cdf=FALSE, ...)
plot
NULL
x <- seq(-4, 4, length=100) plotDistr(x, dnorm(x), xlab="Z", ylab="p(z)", main="Standard Normal Density")
Run the code above in your browser using DataLab