ClassW-class {packS4}R Documentation

Class "ClassW"

Description

Another nice class

Objects from the Class

Objects can be created by calls of the form classW(x1=val1,x2=val2,w1=val3).

Slots

w1:
["numeric"] fist slot
u1:
["numeric"] second slot
u2:
["character"] third slot

Extends

Class ClassU, directly. (ClassX is for internal use only).

Methods

[
signature(object = "ClassW"): accessor
[<-
signature(object = "ClassW"): accessor
plot
signature(x = "ClassW"): for more detail, see plot for ClassW
publicA
signature(object = "ClassW"): for more detail, see publicA for ClassW

Author(s)

Christophe Genolini <genolini@u-paris10.fr>

References

Book: "Petit Manuel de Programmation Orientee Objet sous R"

Examples

showClass("ClassW")
www <- classW(w1="az",u1=2,u2=2)
www["w1"]
show(www)
plot(www)

[Package packS4 version 0.5 Index]