areaAttributes | R Documentation |
helper function to provide area properties
areaAttributes(
size = 0.5,
linetype = "solid",
color = NA,
fillColor = "red",
alpha = 0.25
)
size |
width of the line around the area |
linetype |
linetype (solid, dotted, etc) of the line around the area |
color |
color of the line around the area |
fillColor |
color of the area |
alpha |
alpha ('see through' factor) of the area |
a list object of parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.