% Generated by roxygen2: do not edit by hand % Please edit documentation in R/functions.R \name{plot_regional_comparison} \alias{plot_regional_comparison} \title{Plot Regional Comparison of Forested Data (WA vs GA)} \usage{ plot_regional_comparison(data, boundaries) } \arguments{ \item{data}{A data frame containing the forest point data. Must contain columns \code{lon}, \code{lat}, \code{state}, and \code{forested}.} \item{boundaries}{An \code{sf} object containing state boundaries. Must contain a \code{NAME} column.} } \value{ A \code{patchwork} object containing the combined side-by-side maps. } \description{ Generates a side-by-side comparison of forest cover for Washington and Georgia. It handles font registration (Atkinson Hyperlegible), spatial transformations, and creates a combined plot with a shared legend. }