This document discusses using R for spatial data analysis. It notes that spatial data has unique characteristics like geometry and attributes, map projections, and large multivariate and time series datasets. It compares GIS and R, noting that R allows for more flexible analysis, attributes as important, creativity, repeatability, and speed of development. It covers representing spatial data in R using classes like SpatialPointsDataFrame and reading/writing spatial data. It also summarizes types of spatial analysis and statistics that can be performed in R including queries, transformations, exploration, optimization, inference, modeling, point pattern analysis, geostatistics, and inference. Finally, it provides examples of performing spatial analysis and visualization in R.