get_mesh_pairs: Get all pairs from list of 3D meshes
Description
Generates all possible pairs based on a list of 3D meshes to enable post-processing with pairwise agreement measures.
Usage
get_mesh_pairs(x, sep=" <-> ", names_only=FALSE)
Value
list of lists with two mesh objects each, together with the name of the comparison, and a name for the compared structure as derived from the position of a mesh in the list representing an observer.
Arguments
x
list of observer/mesh objects as generated by read_mesh.
sep
character. The string that indicates the separator between the first and second element in naming each generated pair of meshes.
names_only
logical. If TRUE, only include the names of the meshes and of their comparisons in the returned list, but not the meshes themselves.
Details
Preparation for postprocessing with pairwise agreement measures using get_mesh_agree_pair, get_mesh_metro_pair, or get_mesh_ui_pair.