Plot the convex hulls of a single variable.
plot_convex_hull(
data,
hull_data_list,
var_name,
show_points,
label_prefix,
indicators
)A ggplot object.
Data frame containing the batch, order and variable value columns.
List of data frames of convex hulls.
Name of the variable.
Boolean indicating whether to show points.
Prefix for the plot title.
Data frame with the indicators values.