ternaryTicks-methods: INTERNAL: Draw axis' tick marks on a triangle plot

Description Usage Arguments Details Value

Description

INTERNAL: Draw axis' tick marks on a triangle plot

Usage

1
2
3
4
.ternaryTicks(s, ...)

## S3 method for class 'ternarySystem'
.ternaryTicks(s, side = 1:3, .plot = TRUE, ...)

Arguments

s

A ternarySystem object.

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.

.plot

Single logical value. Set to FALSE if you don't want to plot the graphical element and simply returns them as x-y coordinates (or Spatial* objects if sp is set to TRUE in tpPar).

...

Additional parameters passed to ternarySegments, except col (see details)

Details

Ticks colors can be changed via par("fg")

Value

Invisibly returns a list of data.frame with the start and end points of the grid segments


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