widgetPCDF: Widget for selecting between functions

Description Usage Arguments Value See Also Examples

View source: R/widgetPCDF.R

Description

You can select between a probability mass function/probability density function. A button allows to refit the axes to current display function.

Usage

1
widgetPCDF(inputId, pcdf = list(), refit = list(), lang = NULL)

Arguments

inputId

widget name

pcdf

radioButtons parameter for the function selection

refit

actionButton parameter to reset the axes

lang

language widget

Value

a widget object (environment)

See Also

radioButtons, actionButton

Examples

1
2
3
4
5
6
## Not run: 
  # Press ESC after finishing the app
  shinyDemo('testPCDF')
  shinyDemo('testPCDFLang')

## End(Not run)

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