Learn R Programming

ggtern (version 1.0.6.1)

element_ternary: Theme element: ternary structure

Description

NB: This function has been entirely DEPRECIATED as of version 1.0.1.3 and, has been replaced by individual theme elements:
  1. axis.tern.showarrows
  2. axis.tern.padding
  3. axis.tern.arrowsep
  4. axis.tern.arrowstart
  5. axis.tern.arrowfinish
  6. axis.tern.vshift
  7. axis.tern.hshift
  8. axis.tern.ticklength.major
  9. axis.tern.ticklength.minor

Usage

element_ternary(showarrows, padding, arrowsep, arrowstart, arrowfinish, vshift,
  hshift, ticklength.major, ticklength.minor)

Arguments

showarrows
logical whether to show the axis directional arrows DEPRECIATED
padding
the padding around the plot area to make provision for axis labels, ticks and arrows, relative to the cartesian plane. DEPRECIATED
arrowsep
the distance between ternary axis and ternary arrows DEPRECIATED
arrowstart
the proportion along the ternary axis to start the directional arrow DEPRECIATED
arrowfinish
the proportion along the ternary axis to stop the directional arrow DEPRECIATED
vshift
shift the plot area vertically DEPRECIATED
hshift
shift the plot area horizontally DEPRECIATED
ticklength.major
the length of the major ternary ticks as an euclidean distance relative to the x and y limits of the cartesian plot area. DEPRECIATED
ticklength.minor
the length of the minor ternary ticks as an euclidean distance relative to the x and y limits of the cartesian plot area. DEPRECIATED

Details

Used to define the layout of some of the ggtern plot features which are unique to the ternary diagrams , and hence, this package.