powered by
A modified sliderInput for mmstat which supports user defined tick marks.
sliderInput
mmstat
mmstat.sliderInput(...)
the HTML output
parameters for shiny::sliderInput
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)
Run the code above in your browser using DataLab