Skip to content

alexym1/nvd3R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvd3R

R interface to NVD3.js

nvd3R

{nvd3R} is an R package for NVD3: a reusable graphics framework for d3.js.

Installation

The latest version can be installed from GitHub as follows:

install.packages("devtools")
devtools::install_github("alexym1/nvd3R")

Example

library(nvd3R)
mtcars %>%
  nvd3Plot(x = "cyl", y = "mpg", type = "boxplot", xlab = "Test1", ylab = "Test2")

Example for a {shiny} app

library(nvd3R)
path_to_app <- system.file("App/example01.R", package = "nvd3R")
runApp(path_to_app)

Resource

Official website at https://nvd3.org/

About

Embedding `NVD3` javascript Library in R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published