color_stops: Function to create 'stops' argument in 'hc_colorAxis'

View source: R/helpers.R

color_stopsR Documentation

Function to create stops argument in hc_colorAxis

Description

Function to create stops argument in hc_colorAxis

Usage

color_stops(n = 10, colors = c("#440154", "#21908C", "#FDE725"))

Arguments

n

A numeric indicating how much quantiles generate.

colors

A character string of colors (ordered)

Examples


color_stops(5)

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