get_mesh_agree_aggr | R Documentation |
Aggregates the agreement measures calculated for pairs of 3D meshes.
get_mesh_agree_aggr(x, na.rm=FALSE)
x |
|
na.rm |
|
data.frame
with the following variables:
group |
The grouping variable indicating which pairs belong to the same structure. |
metric |
The calculated agreement measure. |
Mean |
The arithmetic mean over mesh pairs. |
Median |
The median over mesh pairs. |
SD |
The standard deviation over mesh pairs. |
CV |
The coefficient of variation calculated as SD/Mean. |
CV_ln |
The coefficient of variation calculated assuming log-normality. |
get_mesh_agree
heartL <- mesh3dL_to_cgalMeshL(data_heart_obsL) d_agree_pair <- get_mesh_agree(heartL, do_ui=FALSE) get_mesh_agree_aggr(d_agree_pair)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.