c_clumpiness {stops} | R Documentation |
Measures the c-outlying structure
c_clumpiness(conf, aggr = max)
conf |
A numeric matrix. |
aggr |
the aggregation function for configurations of more than two dimensions. Defaults to max. |
delts<-smacof::kinshipdelta conf<-smacof::smacofSym(delts)$conf plot(conf,pch=19,asp=1) c_clumpiness(conf)