Creates a confidence interval plot for disparity resample results
# S3 method for disparity_resample
plot(
x,
point_color = "darkblue",
errorbar_color = "darkred",
title = NULL,
...
)A ggplot object
An object of class "disparity_resample"
A single color or a vector of colors for point estimates. If length 1, the same color is used for all points. If length equals the number of groups, colors are assigned per group. (default "darkblue")
A single color or a vector of colors for error bars. Follows the same recycling rules as `point_color`. (default "darkred")
Optional character string for plot title (default NULL)
Additional arguments (currently unused)