ggplot2 geom with ymin and ymax aesthetics that covers the entire x range, useful for clickSelects background elements.
ggplot2 geom with ymin and ymax aesthetics that covers the entire x range, useful for clickSelects background elements.
geom_widerect( mapping = NULL, data = NULL, stat = "identity", position = "identity", ..., na.rm = FALSE, show.legend = NA, inherit.aes = TRUE )
mapping |
aesthetic mapping |
data |
data set |
stat |
statistic mapping, defaults to identity |
position |
position mapping, defaults to identity |
... |
other arguments |
na.rm |
remove missing values? |
show.legend |
TRUE OR FALSE |
inherit.aes |
TRUE OR FALSE |
ggplot2 layer
## Not run: source(system.file("examples/WorldBank.R", package = "animint")) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.