amSegment | R Documentation |
Create a list of settings for a segment.
amSegment(color = NULL, width = 1)
color |
color of the segment; this can be a color adapter |
width |
width of the segment |
A list of settings for a segment.
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)"
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.