compare_wave_results: Process and Visualize WAVE Results

View source: R/compare_wave_results.R

compare_wave_resultsR Documentation

Process and Visualize WAVE Results

Description

Internal function to process WAVE data and create visualizations

Usage

compare_wave_results(
  wave_data,
  site_names = NULL,
  plot_type = c("category_counts", "issues", "structure"),
  theme = "light"
)

Arguments

wave_data

List. WAVE analysis results

site_names

Character vector. Names for each site

plot_type

Character string. Type of visualization to generate

theme

Character string. Visual theme for plot

Value

ggplot object containing the visualization


waetr documentation built on April 16, 2025, 5:11 p.m.