R useRs Group Blog
  • About
Categories
All (3)
code (3)

Posts

R GIS Mapping Introduction

code

R is a powerful tool for Geographic Information System (GIS) analysis and map creation. This post focuses on building maps using essential packages like sf (for spatial data), ggplot2, and tmap.

Oct 24, 2025
Daniel B. Cooper (daniel.cooper@ky.gov)

A Tour of R’s Programming ‘Dialects’

code
In the R world, you’ll often hear about different “dialects” or ways of writing code. While they all get you to the same destination, the journey looks quite different.…
Jun 6, 2025
Daniel B. Cooper (daniel.cooper@ky.gov)

R Packages Deep Dive

code

R packages can get overwhelming. This post discusses foundational concepts of packages, how to install and load, and describes some best practices for handling multiple packages in your R code.

Mar 6, 2025
Daniel B. Cooper (daniel.cooper@ky.gov)
No matching items