Skip to contents

See how density plots are built from kernels.

Usage

kdExplore(data, options = NULL)

Arguments

data

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

options

Options that will be passed to shiny::shinyApp.

Value

side effects

Author

Homer White hwhite0@georgetowncollege.edu

Examples

## small custom dataset:
## myData <- c(1, 3, 5, 6, 6.2, 7, 9)
## kdExplore(myData)

## random exponential data:
## kdExplore(rexp(50, rate = 0.2))