geom_tacofancy: Add fancy tacos to a plot.

Description Usage Aesthetics References See Also Examples

Description

Map your data onto tacos from tacofancy.

Usage

1
geom_taco()

Aesthetics

fill this in

References

https://github.com/sinker/tacofancy/

See Also

geom_taco

Examples

1
2
3
p <- ggplot(mpg) +
  aes(label = paste(manufacturer, model), fill = trans, cilantro = TRUE, x = hwy, y = cty) +
  geom_text() + geom_tacofancy()

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