discrete.dist: Taxonomic Level from a Pairwise Distances Matrix
Description
Takes all distances in dist and set TRUE if the distance is < sup and >= inf.
Sends the resulting boolean matrix.Usage
discrete.dist(dist, inf, sup)
Value
a boolean matrix of same size than dist.