deprecated_functions {tmap} | R Documentation |
Deprecated tmap functions
Description
Since version 2.0, tmap function names are prefixed with a tm_ or tmap_. Therefore, function names used by tmap 1.x such as animation_tmap
have been renamed to tmap_animation
.
Details
-
animation_tmap
: replaced bytmap_animation
-
save_tmap
: replaced bytmap_save
-
style_catalogue
: replaced bytmap_style_catalogue
-
style_catalog
: replaced bytmap_style_catalog
-
last_map
: replaced bytmap_last
-
tm_style_white
: replaced bytm_style("white")
-
tm_style_gray
: replaced bytm_style("gray")
-
tm_style_grey
: replaced bytm_style("grey")
-
tm_style_natural
: replaced bytm_style("natural")
-
tm_style_cobalt
: replaced bytm_style("cobalt")
-
tm_style_col_blind
: replaced bytm_style("col_blind")
-
tm_style_albatross
: replaced bytm_style("albatross")
-
tm_style_beaver
: replaced bytm_style("beaver")
-
tm_style_bw
: replaced bytm_style("bw")
-
tm_style_classic
: replaced bytm_style("classic")
-
tm_format_World
: replaced bytm_format("World")
-
tm_format_World_wide
: replaced bytm_format("World_wide")
-
tm_format_NLD
: replaced bytm_format("NLD")
-
tm_format_NLD_wide
: replaced bytm_format("NLD_wide")
-
tm_format_Europe
: not used anymore, since the dataset Europe is no longer maintained -
tm_format_Europe2
: not used anymore, since the dataset Europe is no longer maintained -
tm_format_Europe_wide
: not used anymore, since the dataset Europe is no longer maintained