phyclust (version 0.1-22)

.code.type: Code Types of Dataset and Substitution Models

Description

Indicate the types of codes for datasets and functions. The first element is the default value. This is a read-only object and the elemental order is followed in C.

Usage

.code.type

Arguments

Format

A character vector contains implemented code types in C.

Details

Two possible types are implemented, "NUCLEOTIDE" (default) and "SNP", used in data transfers and indicating substitution models.

References

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

See Also

.show.option, .substitution.model, .EMControl, phyclust.

Examples

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

.code.type
# }

Run the code above in your browser using DataCamp Workspace