Examples for 'tmap::tm_logo'


Logo

Aliases: tm_logo

Keywords:

### ** Examples

## Not run: 
##D data(NLD_muni, NLD_prov)
##D 
##D tm_shape(NLD_muni) +
##D 	tm_polygons("origin_native", border.alpha=0.5, style="cont", title="Native Dutch (%)") +
##D 	tm_logo("http://statline.cbs.nl/Statweb/Images/cbs_logo.png", 
##D         position=c("left", "bottom"), height = 2) +
##D 	tm_layout(bg.color="gray98")
##D 
##D data(World)
##D 
##D tm_shape(World) +
##D 	tm_polygons("HPI", palette="RdYlGn") +
##D 	tm_logo(c("https://www.r-project.org/logo/Rlogo.png", 
##D         system.file("img/tmap.png", package="tmap"))) +
##D 	tm_logo("http://blog.kulikulifoods.com/wp-content/uploads/2014/10/logo.png", 
##D         height=5, position = c("left", "top")) +
##D 	tm_format("World")
## End(Not run)

[Package tmap version 3.3-4 Index]