Learn R Programming

StatDA (version 1.7)

branch-class: Class "branch"

Description

A Composite object used to plot trees as multivariate graphics

Arguments

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"):

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

Run this code
# NOT RUN {
    showClass("branch")
# }

Run the code above in your browser using DataLab