amSegment: Segment style

View source: R/segmentStyle.R

amSegmentR Documentation

Segment style

Description

Create a list of settings for a segment.

Usage

amSegment(color = NULL, width = 1)

Arguments

color

color of the segment; this can be a color adapter

width

width of the segment

Value

A list of settings for a segment.

Note

A color can be given by the name of a R color, the name of a CSS color, e.g. "lime" or "indigo", an HEX code like "#ff009a", a RGB code like "rgb(255,100,39)", or a HSL code like "hsl(360,11,255)".


rAmCharts4 documentation built on Sept. 22, 2022, 5:05 p.m.