distanceHadamard(dm, eps=0.001)
distanceHadamard
returns a matrix. The first column
contains the distance spectra, the second one the edge-spectra.
If eps is positive an object of with all splits greater eps is returned.
hadamard
, lento
, plot.networx
, neighborNet
data(yeast)
dm = dist.hamming(yeast)
dm = as.matrix(dm)
fit = distanceHadamard(dm)
lento(fit)
plot(as.networx(fit), "2D")
Run the code above in your browser using DataLab