powered by
Aggregates the agreement measures calculated for pairs of 3D meshes.
get_mesh_agree_aggr(x, na.rm=FALSE)
data.frame with the following variables:
data.frame
The grouping variable indicating which pairs belong to the same structure.
The calculated agreement measure.
The arithmetic mean over mesh pairs.
The median over mesh pairs.
The standard deviation over mesh pairs.
The coefficient of variation calculated as SD/Mean.
The coefficient of variation calculated assuming log-normality.
data.frame with agreement measures as returned by get_mesh_agree.
get_mesh_agree
logical. Remove missings before calculating statistical measures?
logical
heartL <- mesh3dL_to_cgalMeshL(data_heart_obsL) d_agree_pair <- get_mesh_agree(heartL, do_ui=FALSE) get_mesh_agree_aggr(d_agree_pair)
Run the code above in your browser using DataLab