View source: R/derivationTrees.R
treeChildren | R Documentation |
treeChildren()
returns the children of a derivation tree
represented as a list of derivation trees.
treeChildren(tree)
tree |
Derivation tree. |
The children of a derivation tree (a list of derivation trees).
Other Access Tree Parts:
filterANL()
,
filterANLid()
,
treeANL()
,
treeRoot()
g<-compileBNF(booleanGrammar())
a<-randomDerivationTree(g$Start, g)
treeChildren(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.