A ggplot2 geom that draws lollipop (stem + point) plots for event metrics.
Usage
geom_lolli3(
mapping = NULL,
data = NULL,
stat = "identity",
position = "identity",
...,
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE
)Arguments
- mapping
Aesthetic mappings. Requires
xandy.- data
The data to display.
- stat
Statistical transformation. Default
"identity".- position
Position adjustment. Default
"identity".- ...
Additional arguments.
- na.rm
Remove NAs? Default
FALSE.- show.legend
Show legend? Default
NA.- inherit.aes
Inherit aesthetics? Default
TRUE.

