ternary_hull | R Documentation |
Computes and draws the convex hull of the set of points specified.
ternary_hull(x, y, z, ...)
## S4 method for signature 'numeric,numeric,numeric'
ternary_hull(x, y, z, center = FALSE, scale = FALSE, ...)
## S4 method for signature 'ANY,missing,missing'
ternary_hull(x, center = FALSE, scale = FALSE, ...)
x , y , z |
A |
... |
Further arguments to be passed to |
center |
A |
scale |
A |
ternary_hull()
is called it for its side-effects.
N. Frerebeau
grDevices::chull()
, graphics::polygon()
Other statistics:
ternary_contour()
,
ternary_density()
,
ternary_ellipse()
,
ternary_mean()
,
ternary_pca()
## Convex hull
## Data from Aitchison 1986
ternary_plot(lava, panel.first = ternary_grid(5, 10))
ternary_hull(lava, border = "red")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.