Creates a boxplot showing the overall distribution of a readability metric.
Examples
if (FALSE) { # \dontrun{
texts <- c("Simple text.", "More complex sentence structure here.")
readability <- calculate_text_readability(texts)
plot <- plot_readability_distribution(readability, "flesch")
print(plot)
} # }
