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)
arrow_label_formatter(label, suffix = NULL, sep = "/", ...)
# S3 method for default
arrow_label_formatter(label, suffix = NULL, sep = "/", ...)
# S3 method for call
arrow_label_formatter(label, suffix = NULL, sep = "/", ...)
# S3 method for expression
arrow_label_formatter(label, suffix = NULL, sep = "/", ...)
# S3 method for character
arrow_label_formatter(label, suffix = NULL, sep = "/", latex = FALSE, ...)
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.
character label
chacater suffix behind each label
the seperator between label and suffix
additional arguments
logical as to whether latex formats should be parsed
whether to return the dependent variables (TRUE) or the indpenedent variables (FALSE)
ggplot object
Nicholas Hamilton