ternary_mean {isopleuros} | R Documentation |
Compositional Mean
Description
Computes and draws the closed geometric mean of the set of points specified.
Usage
ternary_mean(x, y, z, ...)
## S4 method for signature 'numeric,numeric,numeric'
ternary_mean(x, y, z, ...)
## S4 method for signature 'ANY,missing,missing'
ternary_mean(x, y, z, ...)
Arguments
x , y , z |
A |
... |
Further arguments to be passed to |
Value
ternary_mean()
is called it for its side-effects.
Author(s)
N. Frerebeau
See Also
Other statistics:
ternary_contour()
,
ternary_density()
,
ternary_ellipse()
,
ternary_hull()
,
ternary_pca()
Examples
## Mean
## Data from Aitchison 1986
ternary_plot(lava, panel.first = ternary_grid())
ternary_mean(lava, pch = 16, col = "red")
ternary_confidence(lava, level = 0.95, border = "red", lty = 1)
[Package isopleuros version 1.2.0 Index]