Learn R Programming

tmap (version 4.0)

tmap-element: Stacking of tmap elements

Description

The plus operator allows you to stack tmap elements (functions with a prefix tm_)

Usage

# S3 method for tmap
+(e1, e2)

Arguments

e1

first tmap element

e2

second tmap element