hcaes {highcharter} | R Documentation |
ggplot2::aes
Define aesthetic mappings.
Similar in spirit to ggplot2::aes
hcaes(x, y, ...)
x, y, ... |
List of name value pairs giving aesthetics to map to variables. The names for x and y aesthetics are typically omitted because they are so common; all other aesthetics must be named. |
hcaes(x = xval, color = colorvar, group = grvar)