View source: R/compare_wave_results.R
compare_wave_results | R Documentation |
Internal function to process WAVE data and create visualizations
compare_wave_results(
wave_data,
site_names = NULL,
plot_type = c("category_counts", "issues", "structure"),
theme = "light"
)
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 |
ggplot object containing the visualization
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.