ggtern
creates many new theme elements and inheritances, the following is an outline:theme(..., complete = FALSE)
by theme_grey()
. Complete themes behave
differently when added to a ggplot object.tern.panel.background
, whilst the ternary area is 'triangular' per-se, element_rect
has been used,
as it actually holds NO information regarding the geometry (width, height), only fill, color,
size and linetype border (ie the style of how it will be rendered).axis.title.x
inherits from axis.title
,
which in turn inherits from text
. All text elements inherit
directly or indirectly from text
; all lines inherit from
line
, and all rectangular objects inherit from rect
.Modifying the newly created items requires the same procedures as introduced in the ggplot2 theme
documentation.
Some convenience functions have been also newly created, proceed to convenience
for additional information.