mLCMGCodonPrecision {xegaGeGene} | R Documentation |
mLCMG precision of codon.
mLCMGCodonPrecision(LHS, ...)
LHS |
Vector of Integers. The left-hand side of a grammar object |
... |
Unused. Needed for common abstract interface of precision functions. |
Integer. The precision of a codon whose upper bound is larger than least common multiple of the prime factors of the vector of the available rules for each non-terminal of a grammar.
Other Precision:
CodonPrecisionWithThreshold()
,
MinCodonPrecision()
NT<-sample(5, 50, replace=TRUE)
mLCMGCodonPrecision(NT)