amLine | R Documentation |
Create a list of settings for a line.
amLine( color = NULL, opacity = 1, width = 3, dash = NULL, tensionX = NULL, tensionY = NULL )
color |
line color |
opacity |
line opacity, a number between 0 and 1 |
width |
line width |
dash |
string defining a dashed/dotted line; see Dotted and dashed lines |
tensionX, tensionY |
parameters for the smoothing; see Smoothed lines for the meaning of these parameters |
A list of settings for a line.
A color can be given by the name of a R color, the name of a CSS
color, e.g. "transparent"
or "fuchsia"
, 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.