View source: R/11-visualization.R
| create_water_quality_plot | R Documentation |
Create water quality plot
create_water_quality_plot(
water_data,
variable,
region_boundary = NULL,
river_network = NULL,
thresholds = NULL,
output_file = NULL
)
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 |
Character string with output file path if saved, or NULL if plotted to screen. Called primarily for side effects (creating plots).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.