c_stringiness {stops} | R Documentation |
c-stringiness
Description
Measures the c-stringiness structure
Usage
c_stringiness(conf, aggr = max)
Arguments
conf |
A numeric matrix. |
aggr |
the aggregation function for configurations of more than two dimensions. Defaults to max. |
Value
a numeric value; stringiness (see scagnostics
)
Examples
delts<-smacof::kinshipdelta
conf<-smacof::smacofSym(delts)$conf
plot(conf,pch=19,asp=1)
c_stringiness(conf)
[Package stops version 1.6-2 Index]