tactile (version 0.2.0)

panel.ternaryplot.scales: Axes and Labels for Ternary Plots

Description

Axes and Labels for Ternary Plots

Usage

panel.ternaryplot.scales(xlab, ylab, zlab, xlab.default, ylab.default,
  zlab.default, at = seq.int(0, 1, by = 0.2), ...)

Value

Plots a layer inside a panel of a lattice plot.

Arguments

xlab

Labels, have to be lists. Typically the user will not manipulate these, but instead control this via arguments to cloud directly.

ylab

Labels, have to be lists. Typically the user will not manipulate these, but instead control this via arguments to cloud directly.

zlab

Labels, have to be lists. Typically the user will not manipulate these, but instead control this via arguments to cloud directly.

xlab.default

for internal use

ylab.default

for internal use

zlab.default

for internal use

at

Where to draw tick marks.

...

Currently ignored.