ternary_ellipse(x, y, z, ...)ternary_confidence(x, y, z, ...)
ternary_tolerance(x, y, z, ...)
# S4 method for numeric,numeric,numeric
ternary_ellipse(x, y, z, radius = 1, ...)
# S4 method for ANY,missing,missing
ternary_ellipse(x, radius = 1, ...)
# S4 method for numeric,numeric,numeric
ternary_confidence(x, y, z, level = 0.95, ...)
# S4 method for ANY,missing,missing
ternary_confidence(x, level = 0.95, ...)
# S4 method for numeric,numeric,numeric
ternary_tolerance(x, y, z, level = 0.95, ...)
# S4 method for ANY,missing,missing
ternary_tolerance(x, level = 0.95, ...)