panel.ternaryplot.grid: Reference Grid for Ternary Plot

View source: R/ternaryplot.R

panel.ternaryplot.gridR 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.


tactile documentation built on May 31, 2023, 9:47 p.m.