Skip to content

gmlang/ezplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages