ASN Brand Identity for highcharter Package
Examples
library(highcharter)
highchart() |>
hc_add_series(
data = iris,
type = "scatter",
hcaes(
x = Sepal.Length,
y = Sepal.Width,
group = Species
)
) |>
hc_add_theme(
asn_theme
)