Skip to content

Commit

Permalink
Update sliderInput docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Aug 23, 2013
1 parent b19225c commit 58706df
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions man/sliderInput.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@
\item{max}{The maximum value (inclusive) that can be
selected.}

\item{value}{The initial value of the slider. A warning
will be issued if the value doesn't fit between
\code{min} and \code{max}.}
\item{value}{The initial value of the slider. A numeric
vector of length one will create a regular slider; a
numeric vector of length two will create a double-ended
range slider.. A warning will be issued if the value
doesn't fit between \code{min} and \code{max}.}
\item{step}{Specifies the interval between each
selectable value on the slider (\code{NULL} means no
Expand Down

0 comments on commit 58706df

Please sign in to comment.