kdExplore: Exploring Kernel Density Estimation

View source: R/kdExplore.R

kdExploreR Documentation

Exploring Kernel Density Estimation

Description

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

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

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