utils_line_color: Handles Line Colors for Sequence Plots

View source: R/utils_line_color.R

utils_line_colorR Documentation

Handles Line Colors for Sequence Plots

Description

This is an internal function, but can be used to better understand how line colors are handled within other plotting functions.

Usage

utils_line_color(x = NULL, line_color = NULL)

Arguments

x

(required, sequence) zoo object or time series list. Default: NULL

line_color

(optional, character vector) vector of colors for the time series columns. Selected palette depends on the number of columns to plot. Default: NULL

Value

color vector

See Also

Other internal_plotting: color_continuous(), color_discrete(), utils_color_breaks(), utils_line_guide(), utils_matrix_guide(), utils_matrix_plot()


distantia documentation built on April 4, 2025, 5:42 a.m.