get_mesh_pairs | R Documentation |
Generates all possible pairs based on a list of 3D meshes to enable post-processing with pairwise agreement measures.
get_mesh_pairs(x, sep=" <-> ", names_only=FALSE)
x |
|
sep |
|
names_only |
|
Preparation for postprocessing with pairwise agreement measures using get_mesh_agree_pair
, get_mesh_metro_pair
, or get_mesh_ui_pair
.
list
of list
s 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.
data_heart_obsL
,
read_mesh
,
get_mesh_agree_pair
,
get_mesh_metro_pair
,
get_mesh_ui_pair
heartL <- mesh3dL_to_cgalMeshL(data_heart_obsL) pairL <- get_mesh_pairs(heartL) pairL[[1]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.