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

18 lines
485 B
R

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