stem_leaf_plot: Plot a Stem and Leaf plot

Description Usage Arguments Details Value Examples

View source: R/stem_leaf_plot.R

Description

Plot a stem and leaf plot from a vector or list of observations

Usage

1

Arguments

dat

The vector of observations to plot

Details

Credit: Adapted from https://stackoverflow.com/questions/26532564/how-to-output-a-stem-and-leaf-plot-as-a-plot

Value

A ggplot

Examples

1
2
library(statshelpR)
print(stem_leaf_plot(iris$Petal.Length))

jrminter/statshelpR documentation built on May 2, 2020, 12:08 a.m.