geom_chull: Create a polygon plot with boundaries

Usage Examples

View source: R/geomchull.R

Usage

1
2
3
geom_chull(mapping = NULL, data = NULL, geom = "polygon",
  position = "identity", show.legend = NA, inherit.aes = TRUE,
  alpha = 0.1, ...)

Examples

1
2
3
ggplot(mpg, aes(displ, hwy)) +
  geom_chull(aes(fill = manufacturer, color = manufacturer)) +
  theme_cuckoo(legend_position = "right")

neemtreeparrot/tidbitr documentation built on May 23, 2019, 1:31 p.m.