tm_plot: Plot mode options

View source: R/tm_layout.R

tm_plotR Documentation

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).


r-tmap/tmap documentation built on Feb. 28, 2025, 7:54 a.m.