- 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
devtools::install_github("KoderKow/B430-d3plot")
Loading d3plot
:
library(d3plot)
d3_scatter(mtcars, mph, hp)