dist.taxo {ape} | R Documentation |
This function computes the pairwise distances between the pairs of data in an alpha numeric vector. This vector contains taxonomic data, either as a full description (for instance 'animal' and 'vegetal') or as a code (for instance '0' and '1'). This function is useful for drawing correlograms.
dist.taxo(x)
x |
a vector describing a taxonomic level |
The matrix mij will be:
a square matrix of size length(x)
.
Julien Dutheil julien.dutheil@univ-montp2.fr
Moran.I
for example of use