Package 'DistPlotter'

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

Help Index


DistPlotter: A Graphical User Interface for Plotting Common Univariate Distributions

Description

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.

Details

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

Function

Author(s)

Christopher Casement
Department of Mathematics
Fairfield University
[email protected]

Grant Innerst
Department of Mathematics
Shippensburg University

Melissa Innerst
Department of Mathematics
Juniata College

See Also

Useful links:


Run the DistPlotter Shiny application

Description

Runs the DistPlotter Shiny application.

Usage

runDistPlotterApp()

Value

There is no return value.

Author(s)

Christopher Casement
Department of Mathematics
Fairfield University
[email protected]

Grant Innerst
Department of Mathematics
Shippensburg University

Melissa Innerst
Department of Mathematics
Juniata College

Examples

## only run the app in an interactive R session
if (interactive()) {runDistPlotterApp()}