Create an aesthetic specification
Arguments
- ...
Named aesthetic values. Supported: colour, fill, alpha,
linewidth, linetype, size, shape, hjust, vjust, angle, fontface.
Value
An aes_spec object.
Examples
aes_spec(colour = "red", alpha = 0.5)
#> <grrr::aes_spec>
#> @ values:List of 2
#> .. $ colour: chr "red"
#> .. $ alpha : num 0.5