c_skinniness {stops}R Documentation

c-skinniness

Description

Measures the c-skinniness structure

Usage

c_skinniness(conf, aggr = max)

Arguments

conf

A numeric matrix.

aggr

the aggregation function for configurations of more than two dimensions. Defaults to max.

Examples

delts<-smacof::kinshipdelta
conf<-smacof::smacofSym(delts)$conf
plot(conf,pch=19,asp=1)
c_skinniness(conf)

[Package stops version 0.0-44 Index]