ChoiceVector {xegaGeGene} | R Documentation |
Choice vector of a grammar.
ChoiceVector(LHS)
LHS |
Vector of Integers.
The left-hand side |
Vector of the number of choices for non-terminal symbols.
Other Utility:
mLCMG()
NT<-sample(5, 50, replace=TRUE)
ChoiceVector(NT)