Learn R Programming

StatDA (version 1.7)

Component-class: Class "Component"

Description

A Virtual base class for creating Composites

Arguments

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.

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

Run the code above in your browser using DataLab