Files
forested/man/plot_ga_comparison_map.Rd
2026-02-10 04:52:37 -05:00

22 lines
775 B
R

% 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.
}