ternary_title {isopleuros} | R Documentation |
Ternary Plot Annotation
Description
Ternary Plot Annotation
Usage
ternary_title(
main = NULL,
sub = NULL,
xlab = NULL,
ylab = NULL,
zlab = NULL,
line = NA,
outer = FALSE,
...
)
Arguments
main |
A |
sub |
A |
xlab , ylab , zlab |
A |
line |
Specifying a value for |
outer |
A |
... |
Other graphical parameters may also be passed as
arguments to this function, particularly, |
Value
ternary_title()
is called it for its side-effects.
Author(s)
N. Frerebeau
See Also
Other graphical elements:
ternary_axis()
,
ternary_box()
,
ternary_grid()
,
ternary_pairs()
,
ternary_plot()
Examples
## Add title
ternary_plot(NULL, main = "Main title", sub = "Subtitle",
xlab = "A", ylab = "B", zlab = "C")
ternary_plot(NULL, ann = FALSE)
ternary_title(main = "Main title", sub = "Subtitle",
xlab = "A", ylab = "B", zlab = "C")