INTERNAL FUNCTIONS: ggtern makes use of several non-exported internal functions, list are as follows:
ifthenelse(x, a, b)is.numericor(A, B)
find_global_tern(name, env = environment(), mode = "any")
tern_dep(version, msg)
joinCharacterSeries(x, lastWord = "and")
identityInv(z)
getFormulaVars(x, dependent = TRUE)
scales_add_missing_tern(plot)
layers_add_or_remove_mask(plot)
formula object
value to return if x is TRUE
value to return if x is FALSE
value to return if numeric
numeric value to return if A is NOT numeric
character name of object to search for
environment to search within as first priority
the mode to search within
The last version of ggplot2 where this function was good (in other words, the last version where it was not deprecated).
The message to print.
whether to return the dependent variables (TRUE) or the indpenedent variables (FALSE)
ggplot object
Nicholas Hamilton