discrete.dist {ape} | R Documentation |
Takes all distances in dist
and set TRUE if the distance is < sup
and >= inf
.
Sends the resulting boolean matrix.
discrete.dist(dist, inf, sup)
dist |
The pairwise distances matrix |
inf |
The lower bound of the class to use |
sup |
The upper bound of the class to use |
a boolean matrix of same size than dist
.
Julien Dutheil julien.dutheil@univ-montp2.fr
dist.taxo
and dist.phylo
for other distances.
This function is used in correlogram.phylo
.