ggtern_labels_arrow_suffix | R Documentation |
By default there are no suffixes behind the arrow label marker (the arrow up next to the ternary axes), and these functions appends to the set of arrow labels, a value to indicate the nature of the scale.
percent_weight
adds 'Wt. %' to the arrow marker label as a suffix
weight_percent
is an alias for percent_weight()
percent_atomic
adds 'At. %' to the arrow marker label as a suffix
atomic_percent
is an alias for percent_atomic()
percent_custom
adds a custom suffix to the arrow label marker.
custom_percent
is an alias for percent_custom()
percent_weight()
weight_percent()
percent_atomic()
atomic_percent()
percent_custom(x)
custom_percent(x)
x |
the custom suffix |
These are convenience wrappers to labs(W="XYZ")
.
Nicholas Hamilton
Convenience functions for T, L, R, W labels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.