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

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.

Awesome Lists containing this project

README

          

plotflow
========

[![Build Status](https://travis-ci.org/trinker/plotflow.png?branch=master)](https://travis-ci.org/trinker/plotflow)
[![Follow](https://img.shields.io/twitter/follow/tylerrinker.svg?style=social)](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)