ternary_box {isopleuros} | R Documentation |
Draw a Box around a Ternary Plot
Description
Draw a Box around a Ternary Plot
Usage
ternary_box(lty = "solid", ...)
Arguments
lty |
A |
... |
Other graphical parameters may also be passed as
arguments to this function, particularly, |
Value
ternary_box()
is called it for its side-effects.
Author(s)
N. Frerebeau
See Also
Other graphical elements:
ternary_axis()
,
ternary_grid()
,
ternary_pairs()
,
ternary_plot()
,
ternary_title()
Examples
## 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")
[Package isopleuros version 1.2.0 Index]