ClassV-class {packS4} | R Documentation |
This is a nice class.
Objects can be created by calls of the form new("ClassV",v1=val1,v2=val2)
.
v1
:"numeric"
] first slotv2
:"numeric"
] second slotsignature(x = "ClassV")
: for more detail, see
plot for ClassV
signature(object = "ClassV")
: for more detail, see
plot for ClassV
Christophe Genolini <genolini@u-paris10.fr>
Book: "Petit Manuel de Programmation Orientee Objet sous R"
showClass("ClassV") new("ClassV",v1=1,v2=2)