create_comparison_plots: Create enhanced comparison plots of all fitted distributions
Description
Create enhanced comparison plots of all fitted distributions
Usage
create_comparison_plots(fits, data, theme_fn = ggplot2::theme_minimal)
Value
A ggplot2 object with multiple panels
Arguments
- fits
List of fitted gkwfit models
- data
Original data vector
- theme_fn
Function to apply a custom theme to plots