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,21 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/functions.R
\name{plot_ga_comparison_map}
\alias{plot_ga_comparison_map}
\title{Plot Georgia Forest Comparison}
\usage{
plot_ga_comparison_map(pred_data, boundaries)
}
\arguments{
\item{pred_data}{Dataframe containing prediction results (columns: .pred_class, forested, lon, lat).}
\item{boundaries}{An \code{sf} object containing state boundaries (must include "GA" or "Georgia").}
}
\value{
A \code{patchwork} object containing the labeled comparison plot.
}
\description{
Creates a side-by-side comparison of forest cover for Georgia.
The left plot (a) is the Model Prediction, and the right plot (b) is the Actual Data.
Features a shared right-side legend and standardized spatial styling.
}