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

23 lines
739 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/functions.R
\name{calculate_ga_aoa}
\alias{calculate_ga_aoa}
\title{Calculate Area of Applicability Data}
\usage{
calculate_ga_aoa(train_data, test_data, predictors)
}
\arguments{
\item{train_data}{Dataframe. The training data from Washington.}
\item{test_data}{Dataframe. The extrapolation data from Georgia.}
\item{predictors}{Character vector. The list of predictor variable names.}
}
\value{
An \code{sf} object containing the Georgia data with an added 'di' (Dissimilarity Index) column.
}
\description{
Generates the Area of Applicability (AOA) scores (Dissimilarity Index)
for the Georgia extrapolation dataset based on the Washington training data.
}