mmstat.sliderInput: mmstat.sliderInput

mmstat.sliderInputR Documentation

mmstat.sliderInput

Description

A modified sliderInput for mmstat which supports user defined tick marks.

Usage

mmstat.sliderInput(...)

Arguments

...

parameters for shiny::sliderInput

Value

the HTML output

Examples

ticks <- c(80, 85, 90, 95, 98, 99, 99.5, 99.9)
mmstat.sliderInput("id", "label", min=1, max=length(ticks), value=3, step=1, ticks=ticks)

HKRbook documentation built on Oct. 6, 2022, 9:06 a.m.