View source: R/xegaGeCodonPrecision.R
mLCMGCodonPrecision | R Documentation |
mLCMG precision of codon.
mLCMGCodonPrecision(LHS, ...)
LHS |
Vector of Integers. The left-hand side of a grammar object |
... |
Unused. Needed for the common abstract interface of precision functions. |
Integer. The precision of a codon whose upper bound is larger than the 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.