hcaes: Define aesthetic mappings. Similar in spirit to...

Description Usage Arguments Examples

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

Description

Define aesthetic mappings. Similar in spirit to ggplot2::aes

Usage

1
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

1
hcaes(x = xval, color = colorvar, group = grvar)

highcharter documentation built on Jan. 3, 2022, 5:08 p.m.