The following functions are not used anymore or deprecated as of tmaptools version 3.0. These functions are based on the sp
package and are not supported anymore. They have been migrated to https://github.com/mtennekes/oldtmaptools
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | get_proj4(x, output = c("crs", "character", "epsg", "CRS"))
set_projection(
shp,
projection = NA,
current.projection = NA,
overwrite.current.projection = FALSE
)
get_projection(
shp,
guess.longlat = FALSE,
output = c("character", "crs", "epsg", "CRS")
)
is_projected(x)
|
x |
see documentation in tmaptools 2.x for details |
output |
see documentation in tmaptools 2.x for details |
shp |
see documentation in tmaptools 2.x for details |
projection |
see documentation in tmaptools 2.x for details |
current.projection |
see documentation in tmaptools 2.x for details |
overwrite.current.projection |
see documentation in tmaptools 2.x for details |
guess.longlat |
see documentation in tmaptools 2.x for details Deprecated as of version 2.0
Deprecated as of version 3.0
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.