Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aoles/isvgplots

Interactive SVG plots in R.
https://github.com/aoles/isvgplots

Last synced: 16 days ago
JSON representation

Interactive SVG plots in R.

Awesome Lists containing this project

README

        

Installation
------------

To install the package use the devtools package:

```{r installation}
install.packages("devtools")

library(devtools)
install_github("aoles/iSVGplots")
```