ClassW-class: Class "ClassW"

Description Objects from the Class Slots Extends Methods Author(s) References Examples

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

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

packS4 documentation built on May 2, 2019, 9:25 a.m.