Draw thematic map
# S3 method for tmap
print(
x,
return.asp = FALSE,
show = TRUE,
vp = NULL,
knit = FALSE,
options = NULL,
in.shiny = FALSE,
proxy = FALSE,
...
)# S3 method for tmap
knit_print(x, ..., options = NULL)
tmap object.
should the aspect ratio be returned?
show the map
viewport (for "plot"
mode)
A logical, should knit?
A vector of options
A logical, is the map drawn in shiny?
A logical, if in.shiny
, is tmapProxy()
used?
passed on internally (for developers: in "view"
mode, the proxy leaflet object is passed to tmapLeafletInit
).