Usage
dist.hamming(x, ratio = TRUE, exclude="none")
dist.logDet(x)
dist.ml(x, model="JC69", exclude="none", bf=NULL, Q=NULL, ...)
Arguments
x
An object of class phyDat
ratio
Compute uncorrected ('p') distance or character difference.
model
One of "JC69", "WAG", "JTT", "LG" or "Dayhoff"
exclude
One of "none", "all", "pairwise" indicating whether to delete the sites with missing data (or ambigious states). The default is handle missing data as in pml.
bf
A vector of base frequencies.
Q
A vector containing the lower triangular part of the rate matrix.
...
Further arguments passed to or from other methods.