Install

library("devtools")
install_github("geomtacofancy", "tlevine")

Windows users also must first install Rtools.

Example

options(width = 200)
library(geomtacofancy)
ggplot(mpg) +
  aes(label = paste(manufacturer, model), base_layer = manufacturer, condiments = trans, x = hwy, y = cty) +
   geom_tacofancy()

For added dimensionality

After you make the taco place it on the appropriate label in the geom_taco scatterplot



tlevine/geom_tacofancy documentation built on May 31, 2019, 3:51 p.m.