phyclust (version 0.1-24)

.edist.model: Evolution Distance Model

Description

Evolution distances based on certain evolution models as in ape. The implemented model is used in phyclust.edist and initializations of EM algorithms. The first element is the default value. This is a read-only object and the elemental order is followed in C.

Usage

.edist.model

Arguments

Format

A character vector contains implemented evolution distances in C.

Details

This vector stores possible evolution distances implemented in phyclust. The default value is D_JC69 computed form the probability of JC69 model.

References

Phylogenetic Clustering Website: https://snoweye.github.io/phyclust/

See Also

.show.option, phyclust.edist.

Examples

Run this code
# NOT RUN {
library(phyclust, quiet = TRUE)

.edist.model
# }

Run the code above in your browser using DataLab