disp.calc {geiger} | R Documentation |
Calculate disparity of a set of points
disp.calc(data, disp = "avg.sq")
data |
n x m matrix of data points, where n = number of points and m = number of dimensions |
disp |
disparity measure: avg.sq, avg.manhattan, nb.states |
disparity
Luke J. Harmon
Foote
data(geospiza) attach(geospiza) disp.calc(geospiza.data)