dist.hamming | R Documentation |
This function implements a general purpose Hamming distance.
dist.hamming(x)
x |
a matrix or a data frame. |
This function should work for a wide range of data types. A typical
usage would be with an object of class c("haplotype",
"character")
.
For objects of class c("haplotype", "DNAbin")
, it is better to
use dist.dna(x, "n")
to compute the Hamming distances.
an object of class "dist"
.
Emmanuel Paradis
haplotype
, dist.haplotype.loci
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.