compare_wave_results {waetr} | R 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
[Package waetr version 0.1.0 Index]