panel.ternaryplot.clip: Plot Region Clipping for Ternary Plots

View source: R/ternaryplot.R

panel.ternaryplot.clipR Documentation

Plot Region Clipping for Ternary Plots

Description

Plot Region Clipping for Ternary Plots

Usage

panel.ternaryplot.clip(
  xl = current.panel.limits()$x,
  yl = current.panel.limits()$y,
  border = "transparent",
  col = if (background$col == "transparent") "#FFFFFF" else background$col
)

Arguments

xl

X axis limits

yl

Y axis limits

border

Border color

col

Polygon fill

Value

Plots a layer inside a panel of a lattice plot.


jolars/tactile documentation built on May 26, 2023, 4:05 a.m.