aes2

aes2(...)

Examples

aes2(x, y)
#> Aesthetic mapping: 
#> * `x` -> `x`
#> * `y` -> `y`
aes2(x, y, "hello")
#> Aesthetic mapping: 
#> * `x`     -> `x`
#> * `y`     -> `y`
#> * `hello` -> "hello"
aes2(x, y, hello = "hello")
#> Aesthetic mapping: 
#> * `x`     -> `x`
#> * `y`     -> `y`
#> * `hello` -> "hello"