| CodonPrecision {xegaGeGene} | R Documentation | 
Compute codon precision with the choice bias of rules below a threshold.
Description
For automatic determination of the least codon precision for grammar evolution with an upper threshold on the choice bias of for the substitution of all non-terminal symbols.
Usage
CodonPrecision(cv, pCrit)
Arguments
cv | 
 Choice vector of a context-free grammar.  | 
pCrit | 
 Threhold for choice bias.  | 
Value
Precision of codon.
See Also
Other Diagnostics: 
CodonChoiceBiasesDeprecated(),
CodonChoiceBiases(),
tLCM()
Examples
 CodonPrecision(c(1, 2, 3, 5), 0.1)
 CodonPrecision(c(1, 2, 3, 5), 0.01)
[Package xegaGeGene version 1.0.0.0 Index]