An open API service indexing awesome lists of open source software.

https://github.com/feddelegrand7/ddplot

Create D3 based SVG graphics easily from R
https://github.com/feddelegrand7/ddplot

d3 d3js dataviz javascript rstats

Last synced: about 1 year ago
JSON representation

Create D3 based SVG graphics easily from R

Awesome Lists containing this project

README

          

# ddplot

[![metacran
downloads](https://cranlogs.r-pkg.org/badges/ddplot)](https://cran.r-project.org/package=ddplot)
[![metacran
downloads](https://cranlogs.r-pkg.org/badges/grand-total/ddplot)](https://cran.r-project.org/package=ddplot)

`ddplot` is a package that allows you to create D3 based SVG graphics using a simple R API.

## Installation

You can install `ddplot` from CRAN with:

``` r
install.packages("ddplot")
```

You can install the development version of `ddplot` from Github with:

``` r
remotes::install_github("feddelegrand7/ddplot")
```

## Usage

You can get started [here](https://feddelegrand7.github.io/ddplot/articles/Start.html)

## Code of Conduct

Please note that the ddplot project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.