Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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.
- Host: GitHub
- URL: https://github.com/gmlang/ezplot
- Owner: gmlang
- Created: 2015-04-17T03:47:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T02:05:26.000Z (about 2 years ago)
- Last Synced: 2024-05-21T02:55:35.570Z (6 months ago)
- Language: R
- Size: 963 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```