Usage
coord_tern(T = "x", L = "y", R = "z", xlim = c(0, 1),
ylim = c(0, 1), Tlim = NULL, Llim = NULL, Rlim = NULL,
clockwise = FALSE)
Arguments
T
the Top Mapping (default x)
L
the Left Mapping (default y)
R
the Right Mapping (default z)
xlim
the range of x in the cartesian space
ylim
the range of y in the cartesian space
Tlim
the range of T in the ternary space
Llim
the range of L in the ternary space
Rlim
the range of R in the ternary space
clockwise
logical (default FALSE
)
indicating whether the precession of axes is clockwise
(TRUE
) or counter-clockwise (FALSE
).