mappingjoin: Joins two sets of aesthetics

Description Usage Arguments Details Value Note See Also Examples

View source: R/mappingjoin.r

Description

This function joins two sets of aesthetics.

Usage

1

Arguments

x

Set of aesthetics.

y

Set 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.

Value

A mapping of aesthetics.

Note

Internal use.

See Also

aes_string

Examples

1
2
3
x <- aes(x=x1,z=z1)
y <- aes(x=x2,z=z2,t=t2)
mappingjoin(x,y)

xkcd documentation built on May 2, 2019, 4:47 p.m.