ternary_hull {isopleuros} | R Documentation |
Convex Hull of a Set of Points
Description
Computes and draws the convex hull of the set of points specified.
Usage
ternary_hull(x, y, z, ...)
## S4 method for signature 'numeric,numeric,numeric'
ternary_hull(x, y, z, ...)
## S4 method for signature 'ANY,missing,missing'
ternary_hull(x, y, z, ...)
Arguments
x , y , z |
A |
... |
Further arguments to be passed to |
Value
ternary_hull()
is called it for its side-effects.
Author(s)
N. Frerebeau
See Also
grDevices::chull()
, graphics::polygon()
Other statistics:
ternary_contour()
,
ternary_density()
,
ternary_ellipse()
,
ternary_mean()
,
ternary_pca()
Examples
## Convex hull
## Data from Aitchison 1986
ternary_plot(lava, panel.first = ternary_grid(5, 10))
ternary_hull(lava, border = "red")
[Package isopleuros version 1.2.0 Index]