README.md

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.
    • On Mac, install the Xcode command line tools.
    • 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

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


gmlang/ezplot documentation built on Sept. 18, 2022, 6:33 a.m.