aes2.Rd
aes2
aes2(...)
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"