Learn R Programming

HKRbook (version 0.1.3)

mmstat.sliderInput: mmstat.sliderInput

Description

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

Usage

mmstat.sliderInput(...)

Value

the HTML output

Arguments

...

parameters for shiny::sliderInput

Examples

Run this code
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