plot.disparity_resample: Plot method for disparity_resample objects

View source: R/disparity_resample.R

plot.disparity_resampleR Documentation

Plot method for disparity_resample objects

Description

Creates a confidence interval plot for disparity resample results

Usage

## S3 method for class 'disparity_resample'
plot(
  x,
  point_color = "darkblue",
  errorbar_color = "darkred",
  title = NULL,
  ...
)

Arguments

x

An object of class "disparity_resample"

point_color

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")

errorbar_color

A single color or a vector of colors for error bars. Follows the same recycling rules as 'point_color'. (default "darkred")

title

Optional character string for plot title (default NULL)

...

Additional arguments (currently unused)

Value

A ggplot object


GeometricMorphometricsMix documentation built on April 18, 2026, 1:06 a.m.