tree-methods: Create a new 'PortfolioTree'

TreeR Documentation

Create a new PortfolioTree

Description

This method creates a new PortfolioTree-object.

Usage

Tree(...)

## S4 method for signature 'ANY'
Tree(...)

Arguments

...

(optional) Comma-separated elements (or a list of elements) specifying field values to be attached to the new object

Value

A new PortfolioTree-object

Examples

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


wbreymann/FEMS documentation built on Dec. 8, 2022, 9:43 a.m.