1  Introduction

This book teaches how to make elegant and informative maps with the R-package tmap. A couple of real-world applications are used to illustrate the whole process from exploring raw spatial data to presenting insightful results.

We can distinguish three aspects that are required to make good maps:

The main focus on this book will be on software skills, since our aim is to create maps with tmap. Along the way, we will cover the most important data visualization methodology. Since whole books have been written about it already, we will keep this brief and pragmatic. Obviously, it is not possible to cover the remaining aspect, domain knowledge. However, the example datasets do not require much specific domain knowledge.

1.1 What is tmap?

The short answer is that tmap is an R package for visualization spatial data. The slightly longer answer is that tmap allows users to explore, analyze, and present spatial data in a intuitive way. In this book, you will find the long answer.

1.2 Thematic maps