LinkDataFrame-constructor | R Documentation |
Construct a LinkDataFrame Construct a LinkDataFrame object
LinkDataFrame(nodeLab, nodeLab_alias, nodeNum, isLeaf, whichTree, ...)
nodeLab |
A character vector |
nodeLab_alias |
A character vector |
nodeNum |
A numeric vector |
isLeaf |
A logical vector |
whichTree |
A character vector |
... |
All arguments accepted by
|
A LinkDataFrame object
LinkDataFrame
DataFrame
(ld <- LinkDataFrame(nodeLab = letters[1:5],
nodeLab_alias = LETTERS[1:5],
nodeNum = 1:5,
isLeaf = TRUE,
whichTree = LETTERS[1:5],
right = 1:5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.