slider.param {AnalysisPageServer} | R Documentation |
Build a slider AnalysisPageParam
slider.param(..., min, max, step, value = min)
... |
Passed through to |
min |
Minimum value (number) |
max |
Maximum value (number) |
step |
Size of one step (must be <= max-max) |
value |
Default value. If not specified then the minimum is taken to be the default |
Build a slider AnalysisPageParam. This is a numeric variable. It has a minimum value, a maximum value, and a step size
An AnalysisPageParam
Brad Friedman
slider <- slider.param("children", label="No. Children", description="Number of Children", min = 0, max = 10, step = 0.5)