View source: R/xegaGeCodonPrecision.R
CodonPrecision | R Documentation |
For automatic determination of the least codon precision for grammar evolution with an upper threshold on the choice bias for the substitution of all non-terminal symbols.
CodonPrecision(cv, pCrit)
cv |
Choice vector of a context-free grammar. |
pCrit |
Threshold for choice bias. |
Precision of codon.
Other Diagnostics:
CodonChoiceBiases()
,
CodonChoiceBiasesDeprecated()
,
tLCM()
CodonPrecision(c(1, 2, 3, 5), 0.1)
CodonPrecision(c(1, 2, 3, 5), 0.01)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.