Component-class {StatDA}R Documentation

Class "Component"

Description

A Virtual base class for creating Composites

Objects from the Class

A virtual Class: No objects may be created from it.

Slots

LR:
Object of class "numeric"
w:
Object of class "numeric"
h:
Object of class "numeric"
El:
Object of class "numeric"
Bole:
Object of class "numeric"

Extends

Class "UComponent", directly.

Methods

No methods defined with class "Component" in the signature.

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("Component")

[Package StatDA version 1.1 Index]