Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aoles/isvgplots
- Owner: aoles
- Created: 2014-02-13T10:46:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-02-14T13:33:59.000Z (over 10 years ago)
- Last Synced: 2024-03-18T14:21:31.160Z (8 months ago)
- Language: R
- Size: 3.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")
```