clInitializeTernaryQuarts | R Documentation |
Sets up a blank ternary plot ready for analytical results to be added.
clInitializeTernaryQuarts(
zoom = 1,
padding = 0.1,
gridLines = 10,
fontSize = 1,
gridCol = "#DBDBDB",
backgroundCol = "#FDFDFE",
xLim = c(0, 1/zoom) - 0.01,
yLim = c(0.5 - (1/zoom), 0.5),
isometric = TRUE
)
clInitializeTernarySplits(
fontSize = 1,
xLim = NULL,
yLim = NULL,
gridCol = "#DBDBDB",
backgroundCol = "#FDFDFE",
padding = 0.1,
isometric = TRUE
)
zoom |
Level of magnification (times), used to adjust ticks and scale. |
padding |
Padding, passed to |
gridLines |
Number of grid lines, passed to |
fontSize |
Font size, passed to |
gridCol |
Colour, passed to |
backgroundCol |
Background colour, passed to |
xLim , yLim |
x and y limits, passed to |
isometric |
Logical specifying whether plot should be isometric, passed
to |
clInitializeTernarySplits()
: Initialize ternary plots for
partition plotting.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.