bb_point {billboarder} | R Documentation |
Point property for a Billboard.js chart
Description
Point property for a Billboard.js chart
Usage
bb_point(bb, ...)
Arguments
bb |
A |
... |
See https://naver.github.io/billboard.js/release/latest/doc/Options.html#.point |
Value
A billboard
htmlwidget
object.
Examples
# Set point size
billboarder() %>%
bb_scatterplot(data = iris, x = "Sepal.Length", y = "Sepal.Width", group = "Species") %>%
bb_axis(x = list(tick = list(fit = FALSE))) %>%
bb_point(r = 10)
[Package billboarder version 0.4.1 Index]