| slider.stem.leaf {aplpack} | R Documentation | 
construction of stem and leaf display interactively
Description
'slider.stem.leaf' computes a stem and leaf display within a graphics device. The parameters are controlled by a control widget.
Usage
                                                                
 slider.stem.leaf(x, main = main)                                        
 
Arguments
x | 
                                                            
 data set for plotting  | 
main | 
                                                         
 main title of the plot  | 
Details
The function 'slider.stem.leaf' allows the user to construct a stem and leaf display within a graphics device. The main parameters will be set by a Tcl/Tk control widget. The line rule is selected by pressing one of the buttons 'Dixon', 'Sturges', 'Velleman'. A slider controls the separation of the stem. Additionally the character size device could be set.
Value
a short message is returned
Note
The function is a function of the package aplpack
Author(s)
Peter Wolf, Nov 2009
See Also
Examples
     
 ## Not run:     
   slider.stem.leaf(islands)
 
## End(Not run)
 
[Package aplpack version 1.3.5 Index]