initial commit
This commit is contained in:
21
man/plot_ga_comparison_map.Rd
Normal file
21
man/plot_ga_comparison_map.Rd
Normal 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.
|
||||
}
|
||||
Reference in New Issue
Block a user