inst/snippets/Figure6.08.R

plotFun(dnorm(x, 0, 1) ~x, x.lim = c(-4, 4), col = "black")
plotFun(dt(x, df = 15) ~x, add = TRUE, lty = 2)
plotFun(dt(x, df = 5) ~x, add = TRUE, lty = 3, col = "red")
rpruim/Lock5withR documentation built on May 28, 2019, 1:31 a.m.