R/onload.R

Defines functions .onLoad

.onLoad = function(...) {
	assign("cache", list(), .TMAP_CARTOGRAM)
}


.TMAP_CARTOGRAM = new.env(FALSE, parent = globalenv())

Try the tmap.cartogram package in your browser

Any scripts or data that you put into this service are public.

tmap.cartogram documentation built on June 8, 2025, 10:16 a.m.