

   SStteemm--aanndd--LLeeaaff PPlloottss

        stem(x, scale = 1, width = 80, atom = 1e-08)

   DDeessccrriippttiioonn::

        `stem' produces a stem-and-leaf plot of the values in
        `x'.  The parameter `scale' can be used to expand the
        scale of the plot.  A value of `scale=2' will cause the
        plot to be roughly twice as long as the default.

   EExxaammpplleess::

        data(islands)
        stem(islands)
        stem(log10(islands))

