panel.ternaryplot.grid {tactile}R Documentation

Reference Grid for Ternary Plot

Description

Reference Grid for Ternary Plot

Usage

panel.ternaryplot.grid(
  at = seq.int(0, 1, by = 0.2),
  alpha = reference.line$alpha,
  col = reference.line$col,
  lty = reference.line$lty,
  lwd = reference.line$lwd
)

Arguments

at

Where to draw the reference lines

alpha

Alpha

col

Color

lty

Line type

lwd

Line weight

Value

Plots a layer inside a panel of a lattice plot.


[Package tactile version 0.2.1 Index]