publicB {packS4} | R Documentation |
publicB is a great function too
publicB(objectV, objectW)
objectV |
Object of classV |
objectW |
Object of classV |
publicB is a great function
A numeric
Christophe Genolini <genolini@u-paris10.fr>
Book: "Petit Manuel de Programmation Orientee Objet sous R"
vvv <- new("ClassV",v1=1,v2=2) www <- classW(w1="Z",u1=2,u2=3) publicB(vvv,www)