update the 'whichTree' column in row/column link data
1 | .update_whichTree(x, y)
|
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
(ld <- LinkDataFrame(nodeLab = letters[1:5],
nodeLab_alias = LETTERS[1:5],
nodeNum = 1:5,
isLeaf = TRUE,
whichTree = LETTERS[1:5],
right = 1:5))
newWhich <- setNames(letters[1:5], LETTERS[1:5])
.update_whichTree(ld, y = newWhich)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.