panel.ternaryplot.clip {tactile} | R 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.
[Package tactile version 0.2.1 Index]