Map layer that draws iso (contour) lines. Stack of tm_lines()
and tm_labels_highlighted.
Usage
tm_iso(
col,
text,
...,
options_lines = opt_tm_lines(),
options_labels = opt_tm_labels()
)
Arguments
- col
Visual variable that determines the color. See details.
- text
Visual variable that determines the text. See details.
- ...
passed on to
tm_lines()
andtm_labels_highlighted()
. For the text color and alpha transparency of the text labels, please usetext_col
andtext_alpha
instead ofcol
andcol_alpha
.- options_lines
The options for
tm_lines()
- options_labels
The options for
tm_labels_highlighted()