Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gmlang/ezplot

A R package that allows you to make commonly used statistical charts easily and quickly. All plots are made using ggplot2.
https://github.com/gmlang/ezplot

Last synced: about 2 months ago
JSON representation

A R package that allows you to make commonly used statistical charts easily and quickly. All plots are made using ggplot2.

Awesome Lists containing this project

README

        

# ezplot

A R package for easily making publication-ready statistical charts in ggplot2 style.

## Prerequisites

1. Install a set of development tools
* On Windows, download and install [Rtools](http://cran.r-project.org/bin/windows/Rtools/).
* On Mac, install the [Xcode command line tools](https://developer.apple.com/downloads).
* On Linux, install the R development package, usually called **r-devel** or **r-base-dev**.
2. Install devtools by running `install.packages("devtools")` in R.

## Install and Load ezplot

```r
devtools::install_github("gmlang/ezplot")
library(ezplot)
```