Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ggtern_labels_arrow_suffix

Atomic, Weight or Custom Percentage Suffix


Description

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()

Usage

percent_weight()

weight_percent()

percent_atomic()

atomic_percent()

percent_custom(x)

custom_percent(x)

Arguments

x

the custom suffix

Details

These are convenience wrappers to labs(W="XYZ").

Author(s)

Nicholas Hamilton

See Also

Convenience functions for T, L, R, W labels


ggtern

An Extension to 'ggplot2', for the Creation of Ternary Diagrams

v3.3.0
GPL-2 | file LICENSE
Authors
Nicholas Hamilton [aut, cre]
Initial release
2020-04-9

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.