View source: R/layers_contour-layer.R
use_contour_definition | R Documentation |
Create a contour definition
use_contour_definition( threshold = 1, color = c(255, 255, 255), stroke_width = 1 )
threshold |
The threshold value used in contour generation. |
color |
The RGB color array used to render contour lines. |
stroke_width |
The width of the contour lines in pixels. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.