aplpack (version 1.3.3)

slider.stem.leaf: 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

Value

a short message is returned

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.

See Also

stem

Examples

Run this code
# NOT RUN {
 
# }
# NOT RUN {
   slider.stem.leaf(islands)
 
# }
# NOT RUN {
 
# }

Run the code above in your browser using DataCamp Workspace