Description
Create D3 Based SVG Graphics.
Description
Create 'D3' based 'SVG' ('Scalable Vector Graphics') graphics using a simple 'R' API. The package aims to simplify the creation of many 'SVG' plot types using a straightforward 'R' API. The package relies on the 'r2d3' 'R' package and the 'D3' 'JavaScript' library. See <https://rstudio.github.io/r2d3/> and <https://d3js.org/> respectively.
README.md
ddplot
ddplot
is a package that allows you to create D3 based SVG graphics using a simple R API.
Installation
You can install the development version of ddplot
from Github with:
remotes::install_github("feddelegrand7/ddplot")
Usage
You can get started here
Code of Conduct
Please note that the ddplot project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.