powered by
Utility function to shape data frame with agreement measures from wide format to long format.
get_mesh_agree_long(x)
data.frame with these variables
data.frame
Name of the first mesh of the pair.
Name of the second mesh of the pair.
The grouping variable indicating which pairs belong to the same structure.
The calculated agreement measure.
The value observed for the metric.
data.frame with agreement measures in wide format as generated by get_mesh_agree.
get_mesh_agree
Front-end for reshape.
reshape
get_mesh_agree, reshape
heartL <- mesh3dL_to_cgalMeshL(data_heart_obsL) agreeW <- get_mesh_agree(heartL, do_ui=FALSE) get_mesh_agree_long(agreeW)
Run the code above in your browser using DataLab