Learn R Programming

xkcd (version 0.0.3)

mappingjoin: Joins two sets of aesthetics

Description

This function joins two sets of aesthetics.

Usage

mappingjoin(x,y)

Arguments

x
Set of aesthetics.
y
Set of aesthetics.

Value

  • A mapping of aesthetics.

Details

It creates an aesthetic layer joining both sets of aesthetics. If there are common names between the sets, only those ones of the x set are used.

See Also

aes_string

Examples

Run this code
x <- aes(x=x1,z=z1)
y <- aes(x=x2,z=z2,t=t2)
mappingjoin(x,y)

Run the code above in your browser using DataLab