Description Usage Arguments Details Value Examples
View source: R/stem_leaf_plot.R
Plot a stem and leaf plot from a vector or list of observations
1 | stem_leaf_plot(dat)
|
dat |
The vector of observations to plot |
Credit: Adapted from https://stackoverflow.com/questions/26532564/how-to-output-a-stem-and-leaf-plot-as-a-plot
A ggplot
1 2 | library(statshelpR)
print(stem_leaf_plot(iris$Petal.Length))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.