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()
)
Visual variable that determines the color. See details.
Visual variable that determines the text. See details.
passed on to tm_lines()
and tm_labels_highlighted()
. For the text color and alpha transparency of the text labels, please use text_col
and text_alpha
instead of col
and col_alpha
.
The options for tm_lines()
The options for tm_labels_highlighted()