initial commit

This commit is contained in:
2026-02-10 04:52:37 -05:00
commit 0476f6f8f8
65 changed files with 15368 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
% 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.
}