class: center, middle, inverse, title-slide # Intro to R for spatial analysis ## Maptime Salzburg ### Luuk van der Meer ### 20.02.2020 --- background-image: url('maptime.jpg') background-size: 80px background-position: 50% 95% class: center, middle # All material on GitHub: [github.com/luukvdmeer/maptimeR](https://github.com/luukvdmeer/maptimeR) --- background-image: url('maptime.jpg') background-size: 80px background-position: 50% 95% class: center, middle # Programming... --- background-image: url('maptime.jpg') background-size: 80px background-position: 50% 95% class: center, middle <img src="https://www.meme-arsenal.com/memes/cb724603ebafcdc0d31fe6f2e5c8a36b.jpg" style="display: block; margin: auto;" /> --- background-image: url(https://github.com/yihui/xaringan/releases/download/v0.0.2/karl-moustache.jpg) --- background-image: url('maptime.jpg') background-size: 80px background-position: 50% 95% class: center, middle ## Programming is a **tool** to get your things done ## It is meant to make your life **easier**, not harder --- class: center, middle, inverse # Reasons to use R --- background-image: url('maptime.jpg') background-size: 80px background-position: 50% 95% class: center, middle > The good thing about **R** is that it is written by **statisticians** > The bad thing about **R** is that it is written by **statisticians** > The good thing about **Python** is that it is written by **computer scientists** > The bad thing about **Python** is that it is written by **computer scientists** --- background-image: url('maptime.jpg') background-size: 80px background-position: 50% 95% class: center, middle # CRAN --- background-image: url('maptime.jpg') background-size: 80px background-position: 50% 95% class: center, middle # Documentation --- background-image: url('maptime.jpg') background-size: 80px background-position: 50% 95% class: center, middle # Reproducibility --- background-image: url('maptime.jpg') background-size: 80px background-position: 50% 95% class: center, middle # R Studio --- background-image: url('maptime.jpg') background-size: 80px background-position: 50% 95% class: center, middle # Strong spatial community --- background-image: url('maptime.jpg') background-size: 80px background-position: 50% 95% class: center, middle # Visualization --- background-image: url('maptime.jpg') background-size: 80px background-position: 50% 95% class: center, middle ### CRAN ### Documentation ### Reproducibility ### R Studio ### Strong spatial community ### Visualization --- background-image: url('maptime.jpg') background-size: 80px background-position: 50% 95% class: center, middle # Enough talking. Let's get started! ##[github.com/luukvdmeer/maptimeR](https://github.com/luukvdmeer/maptimeR)