tactile (version 0.2.0)

panel.ternaryplot.xyplot: Ternary Plot Wrapper for lattice::xyplot

Description

This mainly exists to enable users to string together their own ternary plot functions.

Usage

panel.ternaryplot.xyplot(x, y, z, subscripts, ...)

Value

Plots a layer inside a panel of a lattice plot.

Arguments

x

Numeric vector of values in the original space

y

Numeric vector of values in the original space

z

Numeric vector of values in the original space

subscripts

see lattice::xyplot().

...

Arguments that are passed on to lattice::panel.xyplot().