Learn R Programming

billboarder (version 0.2.4)

bb_point: Point property for a Billboard.js chart

Description

Point property for a Billboard.js chart

Usage

bb_point(bb, ...)

Arguments

bb

A billboard htmlwidget object.

Value

A billboard htmlwidget object.

Examples

Run this code
# NOT RUN {
# 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)
# }

Run the code above in your browser using DataLab