Learn R Programming

tmap (version 4.1)

tm_plot: Plot mode options

Description

Plot mode options. This option is specific to the plot mode.

Usage

tm_plot(use_gradient, limit_latitude_3857)

Arguments

use_gradient

Use gradient fill using linearGradient()

limit_latitude_3857

Vector of two limit latitude values for maps printed in Web Mercator projection (EPSG 3857). If c(-90, 90) the poles will be inflated too much. The Web Mercator is defines as c(-85.06, 85.06), but the default setting in tmap is c(-84, 84).