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
- Host: GitHub
- URL: https://github.com/feddelegrand7/ddplot
- Owner: feddelegrand7
- License: gpl-3.0
- Created: 2021-04-24T22:51:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T20:49:11.000Z (over 3 years ago)
- Last Synced: 2025-03-21T22:04:02.190Z (over 1 year ago)
- Topics: d3, d3js, dataviz, javascript, rstats
- Language: R
- Homepage: https://feddelegrand7.github.io/ddplot/
- Size: 566 KB
- Stars: 44
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ddplot
[](https://cran.r-project.org/package=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.