qqExplore: Exploring Quantile-Quantile Plots

View source: R/qqExplore.R

qqExploreR Documentation

Exploring Quantile-Quantile Plots

Description

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(s)

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))

homerhanumat/bcscr documentation built on Jan. 14, 2023, 4 a.m.