ChoiceVector: Choice vector of a grammar.

View source: R/xegaGeCodonPrecision.R

ChoiceVectorR Documentation

Choice vector of a grammar.

Description

Choice vector of a grammar.

Usage

ChoiceVector(LHS)

Arguments

LHS

Vector of Integers. The left-hand side G$LHS of a grammar object G.

Value

Vector of the number of choices for non-terminal symbols.

See Also

Other Utility: mLCMG()

Examples

NT<-sample(5, 50, replace=TRUE)
ChoiceVector(NT)

xegaGeGene documentation built on June 8, 2025, 1:09 p.m.