Title: | A Graphical User Interface for Plotting Common Univariate Distributions |
---|---|
Description: | Package including an interactive Shiny application for plotting common univariate distributions. |
Authors: | Christopher Casement [cre, aut], Grant Innerst [aut], Melissa Innerst [aut] |
Maintainer: | Christopher Casement <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.2 |
Built: | 2024-10-29 03:46:18 UTC |
Source: | https://github.com/ccasement/distplotter |
The DistPlotter package 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.
Package: DistPlotter
Type: Package
Version: 0.0.2
Date: 2022-03-09
Depends: R (>= 3.5.0)
Imports: colourpicker, dplyr, DT, extraDistr, ggplot2, rio, scales, shiny,
shinyalert, shinyalert, shinyBS, shinyjs, shinyWidgets, stringi, stringr
License: MIT
BugReports: https://github.com/ccasement/DistPlotter/issues
Encoding: UTF-8
Christopher Casement
Department of Mathematics
Fairfield University
[email protected]
Grant Innerst
Department of Mathematics
Shippensburg University
Melissa Innerst
Department of Mathematics
Juniata College
Useful links:
Report bugs at https://github.com/ccasement/DistPlotter/issues
Runs the DistPlotter Shiny application.
runDistPlotterApp()
runDistPlotterApp()
There is no return value.
Christopher Casement
Department of Mathematics
Fairfield University
[email protected]
Grant Innerst
Department of Mathematics
Shippensburg University
Melissa Innerst
Department of Mathematics
Juniata College
## only run the app in an interactive R session if (interactive()) {runDistPlotterApp()}
## only run the app in an interactive R session if (interactive()) {runDistPlotterApp()}