Generate aesthetic mappings based on one or more aesInputs.

ai.aes(..., exec = TRUE)

Arguments

...

aesInput values, arbitrarily nested in lists. Other aes_string arguments can go here as well and will override those from aesInputs.

exec

When TRUE (the default) an aes object will be returned, otherwise a list of aes key/value pairs will be returned.

Value

See exec, above.

See also

Other aesInput: aesInput(), ai.column(), ai.flatten(), ai.scales(), ai.subset(), ai.values()