Tree | R Documentation |
PortfolioTree
This method creates a new PortfolioTree
-object.
Tree(...)
## S4 method for signature 'ANY'
Tree(...)
... |
(optional) Comma-separated elements (or a list of elements) specifying field values to be attached to the new object |
A new PortfolioTree
-object
tree=Tree(list(
branches=list(B0=c("B1","B2"),
B1="L1",
B2=c("L2","L3")),
leafs=list(L1=c("106","107"),
L2=c("108","109"),
L3=c("110","111"))
))
tree
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.