panel.ternaryplot.clip | R Documentation |
Plot Region Clipping for Ternary Plots
panel.ternaryplot.clip(
xl = current.panel.limits()$x,
yl = current.panel.limits()$y,
border = "transparent",
col = if (background$col == "transparent") "#FFFFFF" else background$col
)
xl |
X axis limits |
yl |
Y axis limits |
border |
Border color |
col |
Polygon fill |
Plots a layer inside a panel of a lattice
plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.