publicA {packS4} | R Documentation |
A nice method
publicA(object)
object |
can be either ClassV or ClassW |
For detail, see publicA for ClassV
or publicA for ClassW
One of the slot [numeric]
Christophe Genolini <genolini@u-paris10.fr>
Book: "Petit Manuel de Programmation Orientee Objet sous R"
vvv <- new("ClassV",v1=2,v2=3) publicA(vvv) www <- classW(u1=4,u2=5,w1="E") publicA(www)