| ClassW-class {packS4} | R Documentation |
Another nice class
Objects can be created by calls of the form classW(x1=val1,x2=val2,w1=val3).
w1:"numeric"] fist slotu1:"numeric"] second slotu2:"character"] third slot
Class ClassU, directly. (ClassX is for internal use only).
signature(object = "ClassW"): accessorsignature(object = "ClassW"): accessorsignature(x = "ClassW"): for more detail, see
plot for ClassW signature(object = "ClassW"): for more detail, see
publicA for ClassW Christophe Genolini <genolini@u-paris10.fr>
Book: "Petit Manuel de Programmation Orientee Objet sous R"
showClass("ClassW")
www <- classW(w1="az",u1=2,u2=2)
www["w1"]
show(www)
plot(www)