Skip to contents

Opens an interactive Shiny app for exploring common probability distributions used in BIOL 300.

Usage

run_distributions_app(...)

Arguments

...

Optional arguments passed to shiny::runApp(), such as launch.browser = TRUE. Most users can ignore this.

Value

run_distributions_app() opens the Shiny app locally.

Details

All data were simulated and don't come from a specific study.

Examples

if (FALSE) { # interactive()
run_distributions_app()
}