create_water_quality_plot: Create water quality plot

View source: R/11-visualization.R

create_water_quality_plotR Documentation

Create water quality plot

Description

Create water quality plot

Usage

create_water_quality_plot(
  water_data,
  variable,
  region_boundary = NULL,
  river_network = NULL,
  thresholds = NULL,
  output_file = NULL
)

Arguments

water_data

Water quality spatial data

variable

Variable to visualize

region_boundary

Optional boundary for analysis

river_network

Optional river network overlay

thresholds

Quality thresholds for visualization

output_file

Optional output file path

Value

Character string with output file path if saved, or NULL if plotted to screen. Called primarily for side effects (creating plots).


geospatialsuite documentation built on Nov. 6, 2025, 1:06 a.m.