View source: R/tm_layers_iso.R
tm_iso | R Documentation |
Map layer that draws iso (contour) lines. Stack of tm_lines()
and tm_labels_highlighted.
tm_iso(
col = tm_const(),
text = tm_vars(x = 1),
...,
options_lines = opt_tm_lines(),
options_labels = opt_tm_labels()
)
col |
Visual variable that determines the color. See details. |
text |
Visual variable that determines the text. See details. |
... |
passed on to |
options_lines |
The options for |
options_labels |
The options for |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.