meshL_to_observerL | R Documentation |
Utility function that turns a list of meshes into a list of observers, each with a list of meshes.
meshL_to_observerL(x)
x |
|
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.
list
of observer/mesh objects as generated by read_mesh
.
read_mesh
,
read_mesh_obs
heartL <- mesh3dL_to_cgalMeshL(data_heart_obsL) meshL <- heartL[["Obs01"]] obsL <- meshL_to_observerL(meshL) get_mesh_info(obsL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.