21 lines
688 B
R
21 lines
688 B
R
% 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.
|
|
}
|