qqExplore | R Documentation |
Understand why qq-plots bend the way they do.
qqExplore(data, options = NULL)
data |
A vector of numerical values from which to form the qq-plot. |
options |
Options that will be passed to |
side effects
Homer White hwhite0@georgetowncollege.edu
## bimodal data: ## bimodal <- c(rnorm(50, 5, 1), rnorm(50, 10, 1)) ## qqExplore(bimodal) ## random exponential data: ## qqExplore(rexp(300, rate = 0.2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.