cL {xegaBNF}R Documentation

Combines two lists.

Description

Combines two lists.

Usage

cL(x, y)

Arguments

x

A list.

y

A list.

Details

Each element of the result has the form unlist(c(x[i], y[j])) for all i and for all j.

Value

A list.

See Also

Other Compilation of short production table: allTerminal(), directRecursion(), expandGrid(), expandRules(), findNextRuleForExpansion(), finiteRulesOfG(), nonTerminalsOfG(), smallestRules()

Examples

a<-cL(c(1, 2), c(2, 3))
b<-cL(a, c(6))


[Package xegaBNF version 1.0.0.5 Index]