mmstat.sliderInput | R Documentation |
A modified sliderInput
for mmstat
which supports user defined tick marks.
mmstat.sliderInput(...)
... |
parameters for shiny::sliderInput |
the HTML output
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.