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,20 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/functions.R
\name{plot_ecoregion_comparison}
\alias{plot_ecoregion_comparison}
\title{Plot Ecoregion Complexity Comparison (WA vs GA)}
\usage{
plot_ecoregion_comparison(eco_data)
}
\arguments{
\item{eco_data}{An \code{sf} object containing ecoregion polygons. Must contain
columns \code{STATE_NAME} and \code{US_L3NAME}.}
}
\value{
A \code{patchwork} object containing the combined plot.
}
\description{
Generates a side-by-side comparison of Level III ecoregions for Washington
and Georgia. It uses a "void" theme, qualitative colors, and carefully tuned
label repulsion settings to avoid overlapping text.
}