get_mesh_agree_long | R Documentation |
Utility function to shape data frame with agreement measures from wide format to long format.
get_mesh_agree_long(x)
x |
|
Front-end for reshape
.
data.frame
with these variables
mesh_1 |
Name of the first mesh of the pair. |
mesh_2 |
Name of the second mesh of the pair. |
group |
The grouping variable indicating which pairs belong to the same structure. |
metric |
The calculated agreement measure. |
observed |
The value observed for the metric. |
get_mesh_agree
,
reshape
heartL <- mesh3dL_to_cgalMeshL(data_heart_obsL) agreeW <- get_mesh_agree(heartL, do_ui=FALSE) get_mesh_agree_long(agreeW)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.