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,18 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/functions.R
\name{plot_spatial_exploration}
\alias{plot_spatial_exploration}
\title{Plot Spatial Autocorrelation Exploration}
\usage{
plot_spatial_exploration(wa_data)
}
\arguments{
\item{wa_data}{A dataframe or tibble containing elevation, lat, and lon columns.}
}
\value{
A ggplot object showing standardized elevation vs. spatially lagged elevation.
}
\description{
Generates a Moran Scatterplot to visualize spatial
autocorrelation in elevation data using a 5km neighborhood.
}