plot_texture_triangle() is retained as a compatibility alias for
plot_texture_ternary(). Both functions create texture ternary plots and
return ggplot objects with equivalent behavior. Sample labels are hidden by
default; use
show_sample_labels = TRUE to draw them. Point appearance can be adjusted
with point_size, point_color, and point_alpha, or mapped to a
summarized input column with color_by.
Arguments
- ...
Arguments forwarded to
plot_texture_ternary().