View source: R/empty_editable_map.R
empty_editable_map | R Documentation |
Plot a world map which can be edited in powerpoint.
empty_editable_map(lon, lat, crs = 4326, sf_use_s2 = FALSE)
lon |
Longitude limits. |
lat |
Latitude limits. |
crs |
Coordinate reference system (EPSG). By default the value is 4326, which corresponds to EPSG::4326 (WGS84) |
sf_use_s2 |
sf_use_s2 option, deafult is FALSE |
a map
## Not run: empty_editable_map(lon = c(2600000, 9300000), lat = c(5450000, 1000000), crs = 3035)
export::graph2ppt(file ="editable_map.pptx", width = 7, height = 4)
## End(Not run)
## Not run: empty_editable_map(lon = c(-15, 40), lat = c(20, 65), crs = 4326)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.