hcaes_string: Define aesthetic mappings using strings. Similar in spirit to...

View source: R/highcharts-api-add.R

hcaes_stringR Documentation

Define aesthetic mappings using strings. Similar in spirit to ggplot2::aes_string

Description

Define aesthetic mappings using strings. Similar in spirit to ggplot2::aes_string

Usage

hcaes_string(x, y, ...)

hcaes_(x, y, ...)

Arguments

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.

Examples

hchart(mtcars, "point", hcaes_string("hp", "mpg", group = "cyl"))

hcaes_string(x = "xval", color = "colorvar", group = "grvar")

jbkunst/highcharter documentation built on March 14, 2024, 12:52 a.m.