Description Usage Arguments Value Examples
For scatter plots options are defined in the 'c3' function. Options are limited to x, y and groups
1 |
c3 |
c3 htmlwidget object |
c3
1 2 3 4 5 | iris %>%
c3(x = 'Sepal_Length',
y = 'Sepal_Width',
group = 'Species') %>%
c3_scatter()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.