stat_unchull | R Documentation |
A ggplot function used to get a hull of input set of points. The hull can be non-convex.
stat_unchull(
mapping = NULL,
data = NULL,
geom = "polygon",
position = "identity",
na.rm = F,
show.legend = NA,
inherit.aes = T,
n = 10,
delta,
th = delta,
...
)
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
geom |
The geometric object to use to display the data, either as a
|
position |
Position adjustment, either as a string naming the adjustment
(e.g. |
na.rm |
If |
show.legend |
logical. Should this layer be included in the legends?
|
inherit.aes |
If |
n |
parameter for kNN algorithm to defining the point density, default 10 |
delta |
the distance to extend the curve |
th |
the distance to simplify the curve |
... |
Other arguments passed on to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.