
Plot cumulative alignment curves by group.
plot_alignment_curve.RdPlot cumulative alignment curves by group.
Arguments
- results
Output from
measure_alignment().- group_label
Optional label for legend.
- group_colors
Optional manual colors.
- exclude_vals
Group values to exclude.
- resolution
Vector of quantiles to evaluate.
- interactive
Logical; if TRUE, return an interactive plotly widget with per-point tooltips. Requires the
plotlypackage.