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

17
man/plot_georgia_aoa.Rd Normal file
View File

@@ -0,0 +1,17 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/functions.R
\name{plot_georgia_aoa}
\alias{plot_georgia_aoa}
\title{Plot Georgia Area of Applicability (AOA)}
\usage{
plot_georgia_aoa(aoa_sf)
}
\arguments{
\item{aoa_sf}{An \code{sf} object containing the 'di' column (output of \code{calculate_ga_aoa}).}
}
\value{
A \code{ggplot} object showing the Dissimilarity Index map.
}
\description{
Plots the pre-calculated Dissimilarity Index (DI) for Georgia.
}