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

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

hcaesR Documentation

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

Description

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

Usage

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


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

jbkunst/highcharter documentation built on June 13, 2025, 6:59 p.m.