nx <- freqtab(KBneat$x[, 1], xscale = 0:36,
v = KBneat$x[, 2], vscale = 0:12)
ny <- freqtab(KBneat$y[, 1], xscale = 0:36,
v = KBneat$y[, 2], vscale = 0:12)
neq1 <- equate(nx, ny, type = "Linear", method = "Tuck")
neq2 <- equate(nx, ny, type = "equip", method = "freq")
neq3 <- equate(nx, ny, type = "linear", method = "braun")
plot(neq1, neq2, neq3)
Run the code above in your browser using DataLab