View source: R/ternary_title.R
ternary_title | R Documentation |
Ternary Plot Annotation
ternary_title(
main = NULL,
sub = NULL,
xlab = NULL,
ylab = NULL,
zlab = NULL,
line = NA,
outer = FALSE,
...
)
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, |
ternary_title()
is called it for its side-effects.
N. Frerebeau
Other graphical elements:
ternary_axis()
,
ternary_box()
,
ternary_grid()
,
ternary_pairs()
,
ternary_plot()
## 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.