panel.ternaryplot.scales | R Documentation |
Axes and Labels for Ternary Plots
panel.ternaryplot.scales(
xlab,
ylab,
zlab,
xlab.default,
ylab.default,
zlab.default,
at = seq.int(0, 1, by = 0.2),
...
)
xlab, ylab, zlab |
Labels, have to be lists. Typically the user will not manipulate
these, but instead control this via arguments to |
xlab.default |
for internal use |
ylab.default |
for internal use |
zlab.default |
for internal use |
at |
Where to draw tick marks. |
... |
Currently ignored. |
Plots a layer inside a panel of a lattice
plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.