powered by
Utility function to shape data frame with aggregated mesh agreement measures from wide format to long format.
get_mesh_agree_aggr_long(x)
data.frame with the following variables:
data.frame
The grouping variable indicating which pairs belong to the same structure.
The calculated agreement measure.
The aggregate statistic over mesh pairs. This includes the mean, median, standard deviation, and coefficient of variation.
The value observed for the statistic.
data.frame with aggregated agreement measures in wide format as returned by get_mesh_agree_aggr.
get_mesh_agree_aggr
Front-end for reshape.
reshape
get_mesh_agree_aggr, reshape
heartL <- mesh3dL_to_cgalMeshL(data_heart_obsL) agreeW <- get_mesh_agree(heartL, do_ui=FALSE) agree_aggrW <- get_mesh_agree_aggr(agreeW) get_mesh_agree_aggr_long(agree_aggrW)
Run the code above in your browser using DataLab