Description Usage Arguments Details Value Note Author(s) See Also Examples
View source: R/slider.stem.leaf.R
'slider.stem.leaf' computes a stem and leaf display within a graphics device. The parameters are controlled by a control widget.
1 2 3 |
slider.stem.leaf(x, main = main)
|
x |
data set for plotting |
main |
main title of the plot |
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.
a short message is returned
The function is a function of the package aplpack
Peter Wolf, Nov 2009
1 2 3 4 5 6 |
## Not run:
slider.stem.leaf(islands)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.