Description Usage Arguments Examples
View source: R/highcharts-api-add.R
Define aesthetic mappings using strings.
Similar in spirit to ggplot2::aes_string
1 2 3 | hcaes_string(x, y, ...)
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. |
1 2 3 | hchart(mtcars, "point", hcaes_string("hp", "mpg", group = "cyl"))
hcaes_string(x = "xval", color = "colorvar", group = "grvar")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.