d3plot

  • This is our groups final project for PBHL-B430 Advanced Computing
  • The package gives the ability for users to make D3 plots
  • There is a basic Shiny Gadget that lets users explore their data using the D3 plots

Install

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

Example

Loading d3plot:

library(d3plot)

Scatter Plots

d3_scatter(mtcars, mph, hp)

Basic Interactive Scatter Plot