README.md

Datavisyn-Scatterplot as htmlwidget

This is a htmlwidget wrapper around the JavaScript library Datavisyn Scatterplot.

Installation

devtools::install_github("datavisyn/scatterplot_htmlwidget")
library(datavisynScatterplot)

Examples

datavisynScatterplot(x=mtcars$mpg,y=mtcars$hp)


datavisyn/scatterplot_htmlwidget documentation built on May 14, 2019, 8:58 p.m.