Description Usage Arguments Value See Also Examples
Regions are defined in multiple axis by passing a single 'data.frame'
1 2 3 4 |
c3 |
c3 htmlwidget object |
regions |
data.frame with columns listed below. Any columns can be missing but results may be unexpected.
|
c3
Other c3: RColorBrewer
, c3
,
grid
, legend
,
subchart
, tooltip
,
xAxis
, zoom
1 2 3 4 5 6 | iris %>%
c3(x = 'Sepal_Length', y = 'Sepal_Width', group = 'Species') %>%
c3_scatter() %>%
region(data.frame(axis = 'x',
start = 5,
end = 6))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.