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_failure_mechanism}
\alias{plot_failure_mechanism}
\title{Plot Failure Mechanism Comparison}
\usage{
plot_failure_mechanism(aoa_data, pred_data, boundaries)
}
\arguments{
\item{aoa_data}{Dataframe containing the AOA results (must have 'di', 'lon', 'lat').}
\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 side-by-side comparison.
}
\description{
Creates a side-by-side diagnostic plot returning a patchwork object.
(a) The Area of Applicability (Dissimilarity Index) showing where the model is extrapolating.
(b) The spatial distribution of actual classification errors.
}