TITLE(stem @@ Stem-and-Leaf Plots)
USAGE(
stem(x, scale=1)
)
ALIAS(stem)
DESCRIPTION(
LANG(stem) produces a stem-and-leaf plot of the values in LANG(x).
The parameter LANG(scale) can be used to expand the scale of the
plot.  A value of LANG(scale=2) will cause the plot to be roughly
twice as long as the default.
)
EXAMPLES(
stem(islands)
stem(log10(islands))
)
