.show.option {phyclust} | R Documentation |
This function show available options for functions in phyclust.
.show.option()
This function show some available options for functions in phyclust.
They are used in .EMControl
, phyclust
, ... etc, and
options are stored in several objects separately. They will be passed
into C, so the elemental order are important. Basically, they are all
read-only objects.
Wei-Chen Chen wccsnow@gmail.com
Phylogenetic Clustering Website: http://snoweye.github.io/phyclust/
.boundary.method
,
.code.type
,
.edist.model
,
.em.method
,
.EMC
,
.EMControl
,
.identifier
,
.init.method
,
.init.procedure
,
.nucleotide
,
.snp
,
.substitution.model
,
## Not run: library(phyclust, quiet = TRUE) .show.option() ## End(Not run)