c_manifoldness {stops} | R Documentation |
c-manifoldness calculates c-manifoldness as the maximal correlation coefficient
c_manifoldness(confs)
confs |
a numeric matrix or data frame with two columns |
x<--100:100 y<-sqrt(100^2-x^2) confs<-cbind(x,y) c_manifoldness(confs)