Learn R Programming

MeshAgreement (version 0.1.4)

meshL_to_observerL: Turn list of meshes into list of observer/mesh lists

Description

Utility function that turns a list of meshes into a list of observers, each with a list of meshes.

Usage

meshL_to_observerL(x)

Value

list of observer/mesh objects as generated by read_mesh.

Arguments

x

list of meshes as generated by read_mesh_obs.

Details

Each mesh in the supplied list is assigned to a different observer. As a result, there will be as many observers as meshes, each observer with one mesh.

See Also

read_mesh, read_mesh_obs

Examples

Run this code
heartL <- mesh3dL_to_cgalMeshL(data_heart_obsL)
meshL  <- heartL[["Obs01"]]
obsL   <- meshL_to_observerL(meshL)
get_mesh_info(obsL)

Run the code above in your browser using DataLab