Description Usage Arguments Value Author(s) See Also
Function to add the labels of a ternary diagram
1 | add_labels_ternary(vars, middle = TRUE, color = NULL, Size = NULL)
|
vars |
A character vector with the names of the variables |
middle |
A logical variable specifying if the labels are located in the central part of the ternary axis (default=TRUE) |
color |
A character string specifying the color of the grid lines in a ternary plot |
Size |
A numeric value specifying the size of the grid labels in a ternary plot |
This function returns a list with the geom_text component that specifies the labels of a ternary plot
Oscar Garcia-Cabrejo, khaors@gmail.com
Other ternary functions: add_grid_lines_ternary
,
ggplot_ternary
, plot_ternary
,
ternary_transform
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.