plotDistributions is a small R package for plotting the probability density and cumulative distribution functions for various continuous distributions. It provides functionality to highlight probabilities and display critical values.
This package is not currently on CRAN, but can be installed and loaded using these R commands:
if (!require(remotes)) install.packages("remotes")
remotes::install_github("cwendorf/plotDistributions")
library(plotDistributions)
If you do not wish a full install, the latest functions can be made available using these R commands:
source("http://raw.githubusercontent.com/cwendorf/plotDistributions/main/source-plotDistributions.R")
This package contains a set of examples to demonstrate its use:
- Normal Distribution Examples
- Student's t Distribution Examples
- F Distribution Examples
- Studentized Range Distribution Examples
- Chi Square Distribution Examples
- GitHub Issues: https://github.com/cwendorf/plotDistributions/issues
- Author Email: cwendorf@uwsp.edu
- Author Homepage: https://github.com/cwendorf
Wendorf, C.A. (2022). plotDistributions: Visualizing probability distributions [R Package]. https://github.com/cwendorf/plotDistributions