R and book setup
R ‘Basics’
Programming concepts
Handling data in R (including geospatial)
Write your own functions
Aspects of graphics
Exercises
This is meant for beginners, but…
Code editors (most use RStudio)
The data (links on the Harper Data Science page)
Libraries needed
Chapter scripts
(Be aware of {sp} versus {sf})
Syntax
Data types
Functions
Packages
Programming concepts, like loops
(similar content to module 1 of the R Stats Bootcamp, but MORE CONDENSED)
Data Frames, lists
Spatial data structures
(the spatial data objects are complex)
Coordinate reference system concept
Spatial polygons, etc.
Plot()
, ggplot()
, {lattice}
The examples are fairly advanced!