ternaryAxis-methods: Add axis to a ternary plot (axis lines, ticks, labels, titles...

Description Usage Arguments

Description

Add axis to a ternary plot (axis lines, ticks, labels, titles and arrows)

Usage

1
2
3
4
5
6
7
8
ternaryAxis(s, ...)

## S3 method for class 'character'
ternaryAxis(s, ...)

## S3 method for class 'ternarySystem'
ternaryAxis(s, side = 1:3, tick = TRUE,
  arrow = TRUE, ...)

Arguments

s

A ternarySystem object, as created with createTernarySystem, or a single character string. Can be missing.

side

A vector of integer specifying which side of the plot the axis is to be drawn on. The axis is placed as follows: 1=below, 2=left, 3=right (note that this differ from axis where 3=above and 4=right). Default is to draw axis on the 3 sides.

tick

A logical value specifying whether tickmarks and an axis line should be drawn.

arrow

A logical value specifying whether axis' arrows should be drawn.

...

Additional parameters passed to specific methods.


ternaryplot documentation built on May 2, 2019, 6:11 p.m.