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)

Peter Filzmoser <P.Filzmoser@tuwien.ac.at> http://www.statistik.tuwien.ac.at/public/filz/

References

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

Examples

    showClass("branch")

[Package StatDA version 1.1 Index]