Learn R Programming

MeshAgreement (version 0.1.4)

get_mesh_agree_aggr: Aggregate agreement measures for 3D mesh pairs

Description

Aggregates the agreement measures calculated for pairs of 3D meshes.

Usage

get_mesh_agree_aggr(x, na.rm=FALSE)

Value

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.

Arguments

x

data.frame with agreement measures as returned by get_mesh_agree.

na.rm

logical. Remove missings before calculating statistical measures?

See Also

get_mesh_agree

Examples

Run this code
heartL       <- mesh3dL_to_cgalMeshL(data_heart_obsL)
d_agree_pair <- get_mesh_agree(heartL, do_ui=FALSE)
get_mesh_agree_aggr(d_agree_pair)

Run the code above in your browser using DataLab