TernaryXRange {Ternary} | R Documentation |
X and Y coordinates of ternary plotting area
Description
X and Y coordinates of ternary plotting area
Usage
TernaryXRange(direction = getOption("ternDirection", 1L))
TernaryYRange(direction = getOption("ternDirection", 1L))
Arguments
direction |
(optional) Integer specifying the direction that the current ternary plot should point: 1, up; 2, right; 3, down; 4, left. |
Value
TernaryXRange()
and TernaryYRange()
return the minimum and
maximum X or Y coordinate of the area in which a ternary plot is drawn,
oriented in the specified direction.
Because the plotting area is a square, the triangle of the ternary plot
will not occupy the full range in one direction.
Assumes that the defaults have not been overwritten by specifying xlim
or
ylim
.
Functions
-
TernaryYRange()
: Returns the minimum and maximum Y coordinate for a ternary plot in the specified direction.
Author(s)
Martin R. Smith (martin.smith@durham.ac.uk)
See Also
Other plot limits:
OutsidePlot()
[Package Ternary version 2.3.2 Index]