https://github.com/trinker/acc.ggplot2
A collection of tools to extend and speed up coding for repeated uses of plotting functions that use ggplot2.
https://github.com/trinker/acc.ggplot2
Last synced: 11 months ago
JSON representation
A collection of tools to extend and speed up coding for repeated uses of plotting functions that use ggplot2.
- Host: GitHub
- URL: https://github.com/trinker/acc.ggplot2
- Owner: trinker
- Created: 2012-09-07T00:09:38.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2015-07-16T13:15:15.000Z (almost 11 years ago)
- Last Synced: 2025-02-14T13:15:38.895Z (over 1 year ago)
- Language: R
- Size: 168 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
acc.ggplot2
=============
**NOTE: This package's functionality has been moved to the [plotflow](https://github.com/trinker/plotflow) package**
A (eventual) collection of tools to extend and speed up coding for repeated uses of plotting functions that use ggplot2.
## 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/acc.ggplot2/zipball/master) or [tar ball](https://github.com/trinker/acc.ggplot2/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("acc.ggplot2", "trinker")
```
Note: Windows users need [Rtools](http://www.murdoch-sutherland.com/Rtools/) and [devtools](http://CRAN.R-project.org/package=devtools) to install this way.