| place | R Documentation |
Family
place(x, dimension = 512L, family = "laea", ...)
## S3 method for class 'character'
place(x, dimension = 512L, family = "laea", ...)
x |
place name (a city) |
dimension |
number of pixels per margin (length one and aspect ratio is automatic) |
family |
projection family 'laea' default, or an actual projection string |
... |
other arguments passed to where |
Note that if you give a longlat family, you should give a wh to where in degrees (we might fix)
list of extent, dimension, projection
place("Hobart")
place("Bathurst", wh = c(10000, 15000))
if(requireNamespace("tidygeocoder")) place("Downtown Juneau, Juneau, AK, USA")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.