addPositionAmongSiblings | R Documentation |
Find the position of a chunk among its siblings in a tree.
addPositionAmongSiblings(
chunkDF,
rezrObj,
treeEntryDFAddress = NULL,
cond = expr(TRUE)
)
addAllPositionsAmongSiblings(rezrObj, cond = expr(TRUE))
chunkDF |
The |
rezrObj |
The |
treeEntryDFAddress |
The address to the |
cond |
A condition for excluding siblings (for example, adjuncts and auxiliaries). |
The chunkDF
with a column siblingPos
giving the position of the chunk among its siblings in the tree.
sbc007 = getAllTreeCorrespondences(sbc007)
sbc007$chunkDF$refexpr = addPositionAmongSiblings(sbc007$chunkDF$refexpr, sbc007)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.