Reference Grid for Ternary Plot

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.