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

ggstraw

One damned thing after another

A geom for the 'ggplot2' package to visualize the difference between two events related to one object, e.g. scheduled and actual arrival.

Installation

You can install ggstraw from github with:

# install.packages("devtools")
devtools::install_github("nacnudus/ggstraw")

Example

library(ggplot2)
library(ggstraw)
example(geom_straw)


nacnudus/ggstraw documentation built on May 23, 2019, 12:04 p.m.