get_mesh_agree_aggr_long | R Documentation |
Utility function to shape data frame with aggregated mesh agreement measures from wide format to long format.
get_mesh_agree_aggr_long(x)
x |
|
Front-end for reshape
.
data.frame
with the following variables:
group |
The grouping variable indicating which pairs belong to the same structure. |
metric |
The calculated agreement measure. |
statistic |
The aggregate statistic over mesh pairs. This includes the mean, median, standard deviation, and coefficient of variation. |
observed |
The value observed for the statistic. |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.