c3_scatter: Scatter Plots

Description Usage Arguments Value Examples

View source: R/plots.R

Description

For scatter plots options are defined in the 'c3' function. Options are limited to x, y and groups

Usage

1

Arguments

c3

c3 htmlwidget object

Value

c3

Examples

1
2
3
4
5
  mtcars %>%
    c3(x = 'mpg',
       y = 'wt',
       group = 'cyl') %>%
    c3_scatter()

mrjoh3/c3 documentation built on July 8, 2021, 8:24 p.m.