Learn R Programming

tmap (version 1.6-1)

style_catalogue: Create a style catalogue

Description

Create a style catalogue for each predefined tmap style. The result is a set of png images, one for each style.

Usage

style_catalogue(path = "./tmap_style_previews", styles = NA, include.global.styles = TRUE)
style_catalog(path = "./tmap_style_previews", styles = NA, include.global.styles = TRUE)

Arguments

path
path where the png images are stored
styles
vector of tm_style_XXX function names. By default, it contains all styles that are included in tmap, and, if include.global.styles=TRUE, also the user defined tm_style_XXX function names.
include.global.styles
See above