Create CCT or Entropy Visualization Plots
Arguments
- data
Data from calculate_cct or calculate_entropy function. Can be either:
A single data frame/tibble with columns: year, index, group
A named list where each element is a data frame with columns: year, index, group
- group_name
Specific group to visualize
- start_year
Starting year for x-axis
- end_year
Ending year for x-axis
- method
Character string indicating the method: "cct" or "entropy"
