Plotting simple feature (sf) objects with ggplot2

Опубликовано: 05 Октябрь 2024
на канале: Joshua French
1,841
21

A tutorial illustrating how to plot simple feature (sf) objects with ggplot2, including the geometry list column and attributes, as well as plot customization.

An html version of this material used in the video can be downloaded to your current working direction (run `getwd()` in the Console to see where this is) by running the following command in the R Console:

download.file("https://raw.githubusercontent.com/jfr...", "05-simple-features-wrangling-visualizing.nb.html")

The raw R Markdown code used to generate the html file can be obtained by toggling the "Code" box in the upper-right corner of the html file and selecting "Download Rmd".