Learn R Programming

c3 (version 0.3.2)

c3_scatter: Scatter Plots

Description

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

Usage

c3_scatter(c3)

Value

c3

Arguments

c3

c3 htmlwidget object

Examples

Run this code
  mtcars %>%
    c3(x = 'mpg',
       y = 'wt',
       group = 'cyl') %>%
    c3_scatter()

Run the code above in your browser using DataLab