transform_position_tern {ggtern} | R Documentation |
Convenience function to transform all position variables in a ternary plot
Description
Convenience function to transform all position variables in a ternary plot
Usage
transform_position_tern(
df,
trans_x = NULL,
trans_y = NULL,
trans_z = NULL,
...
)
Arguments
trans_x , trans_y , trans_z |
Transformation functions for x, y and z aesthetics. (will transform x, xmin, xmax, xend etc) |
... |
Additional arguments passed to |
Author(s)
Nicholas Hamilton
[Package ggtern version 3.5.0 Index]