knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  # fig.path = "man/figures/README-",
  out.width = "100%"
)

d3plot

Install

devtools::install_github("KoderKow/B430-d3plot")

Example

Loading d3plot:

library(d3plot)

Scatter Plots

d3_scatter(mtcars, mph, hp)

Basic Interactive Scatter Plot



KoderKow/B430-d3plot documentation built on May 14, 2019, 1:58 a.m.