ClassV-class: Class "ClassV"

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

Description

This is a nice class.

Objects from the Class

Objects can be created by calls of the form new("ClassV",v1=val1,v2=val2).

Slots

v1:

["numeric"] first slot

v2:

["numeric"] second slot

Methods

plot

signature(x = "ClassV"): for more detail, see plot for ClassV

publicA

signature(object = "ClassV"): for more detail, see plot for ClassV

Author(s)

Christophe Genolini <genolini@u-paris10.fr>

References

Book: "Petit Manuel de Programmation Orientee Objet sous R"

Examples

1
2
showClass("ClassV")
new("ClassV",v1=1,v2=2)

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