https://github.com/trinker/plotflow
A group of tools to speed up work flow associated with plotting tasks.
https://github.com/trinker/plotflow
Last synced: over 1 year ago
JSON representation
A group of tools to speed up work flow associated with plotting tasks.
- Host: GitHub
- URL: https://github.com/trinker/plotflow
- Owner: trinker
- Created: 2013-01-17T02:19:40.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-12-10T00:05:25.000Z (over 8 years ago)
- Last Synced: 2023-03-24T05:40:57.280Z (over 3 years ago)
- Language: R
- Size: 118 KB
- Stars: 39
- Watchers: 6
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
plotflow
========
[](https://travis-ci.org/trinker/plotflow)
[](https://twitter.com/intent/follow?screen_name=tylerrinker)
A group of tools to speed up work flow associated with plotting tasks.
## Installation
Currently there isn't a release on [CRAN](http://cran.r-project.org/).
You can, however, download the [zip ball](https://github.com/trinker/plotflow/zipball/master) or [tar ball](https://github.com/trinker/plotflow/tarball/master), decompress and run `R CMD INSTALL` on it, or use the **devtools** package to install the development version:
```r
# install.packages("devtools")
library(devtools)
install_github("trinker/plotflow")
```
## Installing Ghostscript
[ghostscript](http://www.ghostscript.com/) must be installed when using `merge_pdf`.
## Help
[Help Manual](https://dl.dropbox.com/u/61803503/plotflow.pdf)