Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

MeshAgreement (version 0.1.4)

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.

See Also

data_heart_obsL, read_mesh, get_mesh_agree_pair, get_mesh_metro_pair, get_mesh_ui_pair

Examples

Run this code
heartL <- mesh3dL_to_cgalMeshL(data_heart_obsL)
pairL  <- get_mesh_pairs(heartL)
pairL[[1]]

Run the code above in your browser using DataLab