kdExplore | R Documentation |
See how density plots are built from kernels.
kdExplore(data, options = NULL)
data |
A vector of numerical values from which to form the density plot. |
options |
Options that will be passed to |
side effects
Homer White hwhite0@georgetowncollege.edu
## small custom dataset: ## myData <- c(1, 3, 5, 6, 6.2, 7, 9) ## kdExplore(myData) ## random exponential data: ## kdExplore(rexp(50, rate = 0.2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.