A Graphical User Interface for Plotting Common Univariate Distributions.
DistPlotter
A graphical user interface for plotting common univariate distributions
Description
The DistPlotter
R
package includes an interactive Shiny application, which is run locally on the user’s machine. It enables users to plot common univariate distributions and was designed with a particular focus on education. Users can plot distributions based on general shape (e.g., symmetric vs. skewed right) and distributions from common discrete and continuous families. They can also shade areas underneath the curve (e.g., areas corresponding to general probabilities, p-values, or confidence levels). Users can additionally plot their own quantitative data, as well as overlay a normal density curve and shade area(s) underneath.
Installation
The DistPlotter
package can be installed from either CRAN or GitHub.
Installing from CRAN
To install from CRAN, run the following code in R
:
install.packages("DistPlotter")
Installing from GitHub
To install the package from GitHub, run the following code in R
:
install.packages("remotes") # installs the remotes package for accessing the install_github() function
remotes::install_github("shinyeducationapps/DistPlotter") # installs the DistPlotter package
Usage
The DistPlotter
application can be run using a single line of code in R
:
DistPlotter::runDistPlotterApp()
Bug Reporting
If you happen to find any bugs, we kindly ask that you email us at [email protected].
License
DistPlotter
is distributed under the MIT license. For details, see the LICENSE.md file.