View source: R/structurednessindices.R
| c_clumpiness | R Documentation | 
Measures the c-clumpiness structure
c_clumpiness(conf, aggr = NULL)
| conf | A numeric matrix. | 
| aggr | the aggregation function for configurations of more than two dimensions. Defaults to max. | 
a numeric value; clumpiness (see scagnostics)
delts<-smacof::kinshipdelta
conf<-smacof::smacofSym(delts)$conf
plot(conf,pch=19,asp=1)
c_clumpiness(conf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.