| slider | R Documentation | 
Construct a slider widget.
slider(parent, initial = 1, from = 0, to = 100, orient = "horizontal")
parent | 
 the parent window  | 
initial | 
 the initial values of the sliders  | 
from | 
 minimum slider values  | 
to | 
 maximum slider value  | 
orient | 
 slider orientation  | 
The slider function creates a widget containing a single
horizontal slider.
Returns an object of class slider with elements
 | 
 the widget  | 
 | 
 function that returns the state of the sliders  | 
 | 
 the tclVars representing the state of the sliders  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.