widgetDrawSample: Widget for drawing a samples(s) from a population

Description Usage Arguments Value See Also Examples

View source: R/widgetDrawSample.R

Description

If the widget elements size, reset or speed are set to NULL then they will not display or used.

Usage

1
2
widgetDrawSample(inputId, size = list(), sample = list(), reset = list(),
  speed = list(), lang = NULL)

Arguments

inputId

widget name

size

list: sliderInput parameter for the sample size (or NULL)

sample

actionButton parameter for drawing one sample

reset

actionButton parameter to reset the sample drawing (or NULL)

speed

sliderInput parameter for repeatedly drawing samples (or NULL)

lang

language widget

Value

a widget object (environment)

See Also

sliderInput, actionButton

Examples

1
2
3
4
5
## Not run: 
  shinyDemo('testDrawSample')
  shinyDemo('testDrawSampleLang')

## End(Not run)

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