View source: R/map_functions.R
mapsize | R Documentation |
Determines the map width and height (in pixels) at a specified zoom level. For further information, refer to the Microsoft Bing Maps Tile System documentation.
mapsize(zoom)
zoom |
Zoom or level of detail, from 1 (lowest detail) to 23 (highest detail). |
The map width and height in pixels.
https://learn.microsoft.com/en-us/bingmaps/articles/bing-maps-tile-system
mapsize(zoom = 6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.