geom_tallrect {penaltyLearning} | R Documentation |
geom tallrect
Description
ggplot2 geom with xmin and xmax aesthetics that covers the entire y range, useful for clickSelects background elements.
Usage
geom_tallrect(mapping = NULL,
data = NULL, stat = "identity",
position = "identity",
..., na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE)
Arguments
mapping |
mapping |
data |
data |
stat |
stat |
position |
position |
... |
... |
na.rm |
na.rm |
show.legend |
show.legend |
inherit.aes |
inherit.aes |
Author(s)
Toby Dylan Hocking
[Package penaltyLearning version 2024.1.25 Index]