plotProbDist | R Documentation |
Compare probability-mass and -density functions, as illustrated in Figures 7.1 - 7.6.
plotProbDist(plottype = "binomial", viewcode = FALSE)
plottype |
a character string that is either
|
viewcode |
TRUE or FALSE (default) indicating whether to print the function code |
# Generate figure 7.1
plotProbDist("binomial")
# View all plotting code
plotProbDist(viewcode = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.