print.tmap | R Documentation |
Draw thematic map
## S3 method for class 'tmap'
print(
x,
return.asp = FALSE,
show = TRUE,
vp = NULL,
knit = FALSE,
options = NULL,
in.shiny = FALSE,
proxy = FALSE,
...
)
## S3 method for class 'tmap'
knit_print(x, ..., options = NULL)
x |
tmap object. |
return.asp |
should the aspect ratio be returned? |
show |
show the map |
vp |
viewport (for |
knit |
A logical, should knit? |
options |
A vector of options |
in.shiny |
A logical, is the map drawn in shiny? |
proxy |
A logical, if |
... |
passed on internally (for developers: in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.