Computes and draws the closed geometric mean of the set of points specified.
Usage
ternary_mean(x, y, z, ...)
# S4 method for numeric,numeric,numeric
ternary_mean(x, y, z, ...)
# S4 method for ANY,missing,missing
ternary_mean(x, y, z, ...)
Value
ternary_mean() is called it for its side-effects.
Arguments
x, y, z
A numeric vector giving the x, y and z ternary coordinates
of a set of points. If y and z are missing, an attempt is made to
interpret x in a suitable way (see grDevices::xyz.coords()).