ternary_box | R Documentation |
Draw a Box around a Ternary Plot
ternary_box(lty = "solid", ...)
lty |
A |
... |
Other graphical parameters may also be passed as
arguments to this function, particularly, |
ternary_box()
is called it for its side-effects.
N. Frerebeau
Other graphical elements:
ternary_axis()
,
ternary_grid()
,
ternary_pairs()
,
ternary_plot()
,
ternary_title()
## Add axis
ternary_plot(NULL, axes = FALSE)
ternary_axis(side = 1, col = "red")
ternary_axis(side = 2, col = "blue")
ternary_axis(side = 3, col = "green")
## Add box and grid
ternary_plot(NULL, axes = FALSE)
ternary_box(lty = "dashed", col = "red")
ternary_grid(lty.primary = "dotted")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.