hull_data_list_check: Function to check if hull_data_list is a valid list of data frames
Description
Function to check if hull_data_list is a valid list of data frames
Usage
hull_data_list_check(hull_data_list, name)
Value
None. The function raises an error if the checks fail.
Arguments
- hull_data_list
List of data frames representing convex hulls.
- name
Name of the hull_data_list for error messages.