branch-class {StatDA}R Documentation

Class "branch"

Description

A Composite object used to plot trees as multivariate graphics

Objects from the Class

Objects can be created by calls of the form new("branch", ...).

Slots

LR:
Object of class "numeric"
w:
Object of class "numeric"
h:
Object of class "numeric"
El:
Object of class "numeric"
LeafL:
Object of class "branch"
LeafR:
Object of class "branch"
Bole:
Object of class "numeric"

Extends

Class "Component", directly.

Methods

plot
signature(x = "branch", y = "ANY"):
show
signature(object = "branch"):

Author(s)

P.Filzmoser <P.Filzmoser@tuwien.ac.at>

References

C. Reimann, P. Filzmoser, R.G. Garrett, and R. Dutter: Statistical Data Analysis Explained. Applied Environmental Statistics with R. John Wiley and Sons Inc. To appear.

Examples

    showClass("branch")

[Package StatDA version 1.0 Index]