initial commit
This commit is contained in:
18
man/plot_spatial_exploration.Rd
Normal file
18
man/plot_spatial_exploration.Rd
Normal 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.
|
||||
}
|
||||
Reference in New Issue
Block a user