Blame | Last modification | View Log | Download | RSS feed
\name{stem}\title{Stem-and-Leaf Plots}\usage{stem(x, scale=1)}\alias{stem}\description{\code{stem} produces a stem-and-leaf plot of the values in \code{x}.The parameter \code{scale} can be used to expand the scale of theplot. A value of \code{scale=2} will cause the plot to be roughlytwice as long as the default.}\examples{stem(islands)stem(log10(islands))}