tmap-element {tmap} | R Documentation |
Stacking of tmap elements
Description
The plus operator allows you to stack tmap elements (functions with a prefix tm_
)
Usage
## S3 method for class 'tmap'
e1 + e2
Arguments
e1 |
first tmap element |
e2 |
second tmap element |
[Package tmap version 4.1 Index]