calculate_convex_hull: Calculate Convex Hulls for one variable
Description
Calculate Convex Hulls for one variable
Usage
calculate_convex_hull(data, var_name, impute_method = c("mean", "median"))Value
A list of dataframes of convex hull.
Arguments
- data
Data frame containing the 'batch', 'order' and variable
'value' columns.
- var_name
Name of the variable to calculate convex hull for.
- impute_method
One of "mean" or "median".