| c3_scatter | R Documentation |
For scatter plots options are defined in the 'c3' function. Options are limited to x, y and groups
c3_scatter(c3)
c3 |
c3 htmlwidget object |
c3
iris %>%
c3(x = 'Sepal_Length',
y = 'Sepal_Width',
group = 'Species') %>%
c3_scatter()