Skip to contents

This function generates an interactive stacked bar plot showing the class distribution for various scales (France, Basin, Region, and Axis). The plot is colored based on class names, and the distribution is shown as percentages.

Usage

analysis_plot_classes_distr(df)

Arguments

df

A dataframe prepared by the `prepare_selact_data_for_plot` or `prepare_regions_data_for_plot` functions, containing the processed data ready for plotting.

Value

Interactive stacked bar plot with class distribution percentages.

Examples

if (FALSE) { # \dontrun{
plot <- analysis_plot_classes_distr(df)
} # }