ggtern (version 2.2.0)

aes: Modified Aesthetic Mappings

Description

Modified Aesthetic Mappings

Usage

aes(x, y, z, ...)

Arguments

x
x value
y
y value
z
z value
...
other arguments as per aes

Details

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.

See Also

Parent aes function.