widgetIntensity: Widget for a Poisson or exponential distribution

Description Usage Arguments Value See Also Examples

View source: R/widgetIntensity.R

Description

Widget for a Poisson or exponential distribution

Usage

1
widgetIntensity(inputId, lambda = list(), lang = NULL)

Arguments

inputId

widget name

lambda

sliderInput parameter for the intensity parameter

lang

language widget

Value

a widget object (environment)

See Also

sliderInput, dpois, dexp

Examples

1
2
3
4
5
6
7
8
## Not run: 
  # Press ESC after finishing the demo
  shinyDemo('testIntensity')
  shinyDemo('testIntensityLang')
  shinyDemo('mmstatDiscreteDistribution')    # see Poisson distribution
  shinyDemo('mmstatContinuousDistribution')  # see Exponential distribution

## End(Not run)

sigbertklinke/mmstat documentation built on May 14, 2019, 8:36 a.m.