README.md

>> THIS PROJECT IS WORK IN PROGRESS <<

plot3

R-CMD-check

The goal of plot3 is to generating ggplot2 plots with less code. While ggplot2 focusses on adding functions to create advanced plots (leading to a lot of repetitive code), plot3 focusses on only adding arguments to create advanced plots.

In short, plot3 provides:

Installation

You can install the released version of plot3 from CRAN with:

install.packages("plot3")

And the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("msberends/plot3")

Example

This is a basic example which shows you how to solve a common problem:

library(plot3)
#> Loading required package: ggplot2
## basic example code


msberends/plot3 documentation built on Dec. 21, 2021, 10:10 p.m.