
Last chance! 50% off unlimited learning
Sale ends in
Convenience function for an interactive bar that might otherwise be created using stat_summary(geom="bar").
make_bar(data, x.name, alpha = 1)
a geom_bar layer.
data.frame to analyze for unique x.name values.
variable to be used for x, clickSelects.
transparency of selected bar, default 1.
Toby Dylan Hocking