State of Data and AI Literacy Report 2025
Download Now
Rdocumentation
powered by
Learn R Programming
ggtern (version 2.1.4)
aes: Modified Aesthetic Mappings
Description
An extension to the base aes functin from ggplot2, this is modified to handle a default z mapping for application in ternary phase diagrams. Does not alter the standard behaviour.
Usage
aes(x, y, z, ...)
Arguments
x
x value
y
y value
z
z value
...
other arguments as per
aes
See Also
Parent
aes
function.