get_hc_series_from_df: Auxiliar function to get series and options from tidy frame...

View source: R/helpers.R

get_hc_series_from_dfR Documentation

Auxiliar function to get series and options from tidy frame for hchart.data.frame

Description

This function is used in hchart.data.frame.

Usage

get_hc_series_from_df(data, type = NULL, ...)

Arguments

data

A data.frame object.

type

The type of chart. Possible values are line, scatter, point, column.

...

Aesthetic mappings as x y group color low high.

Examples


highcharter:::get_hc_series_from_df(iris, type = "point", x = Sepal.Width)


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