Last data update: 2014.03.03

R: Class "ClassV"
ClassV-classR Documentation

Class "ClassV"

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

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

Results