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