slider.stem.leaf: construction of stem and leaf display interactively

Description Usage Arguments Details Value Note Author(s) See Also Examples

View source: R/slider.stem.leaf.R

Description

'slider.stem.leaf' computes a stem and leaf display within a graphics device. The parameters are controlled by a control widget.

Usage

1
2
3
                                                                
 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

stem

Examples

1
2
3
4
5
6
     
 ## Not run:     
   slider.stem.leaf(islands)
 
## End(Not run)
 

aplpack documentation built on Sept. 30, 2021, 5:08 p.m.