Skip to contents

Understand why qq-plots bend the way they do.

Usage

qqExplore(data, options = NULL)

Arguments

data

A vector of numerical values from which to form the qq-plot.

options

Options that will be passed to shiny::shinyApp.

Value

side effects

Author

Homer White hwhite0@georgetowncollege.edu

Examples

## bimodal data:
## bimodal <- c(rnorm(50, 5, 1), rnorm(50, 10, 1))
## qqExplore(bimodal)

## random exponential data:
## qqExplore(rexp(300, rate = 0.2))