knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-"
)

vtools

Travis Build Status

Overview

ggplot2 is a system for declaratively creating graphics, based on The Grammar of Graphics. You provide the data, tell ggplot2 how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details.

Installation

```r

The easiest way to get ggplot2 is to install the whole tidyverse:

install.packages("tidyverse")

Alternatively, install just ggplot2:

install.packages("ggplot2")

Or the the development version from GitHub:

install.packages("devtools")

devtools::install_github("tidyverse/ggplot2")



cvmartin/vtools documentation built on May 26, 2019, 3:35 p.m.