validate_element(el, elname) theme_update(...)
opts(...)
plot_theme(x)
theme_get()
theme_set(new)
update_theme(oldtheme, newtheme)
calc_element(element, theme, verbose = FALSE)
combine_elements(e1, e2)
add_ggplot(p, object, objectname)
validate_element is a function which checks the
validity of a given theme element, against the elements
table. Since the .elements_tree is an internal
function, which is not exported, and modifications could
not be made, a new (and equivalent) .element_tree
is created within ggtern. plot_theme is a local copy of the method that
determines the net theme between a plot and the current
theme
"%+replace%" replace operator
update_theme is a local copy of a ggplot2
function, which copies elements from the new theme into
an old theme.
combine_elements is a local copy of method that
combines two theme elements
"%+%" add operator no change other than
exporting from this namespace
add_ggplot is a local copy of method that adds
elements to a gg object.
calc_element