makeContent.hull: Calculate the hull of points and draw it as a shapeGrob

Description Usage Arguments Value

View source: R/mark_hull.R

Description

This function takes care of calculating the hull (concave or convex) of sets of points and forwards these to shapeGrob(). The calculations happens at draw time and is thus sensitive to the aspect ratio of the plot in order to ensure the most pleasing result. This can affect performance though.

Usage

1
2
## S3 method for class 'hull'
makeContent(x)

Arguments

x

A hull grob

Value

A shape grob


YTLogos/ggforce documentation built on May 6, 2019, 4:37 p.m.