Last data update: 2014.03.03

R: plot-ClassV ; plot-ClassW
plot-methodsR Documentation

plot-ClassV ; plot-ClassW

Description

plot for two objects.

Methods

x = "ClassV"

just plot a point

x = "ClassW"

plot a point and add a title

Author(s)

Christophe Genolini <genolini@u-paris10.fr>

References

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

Examples

  www <- classW(w1="A",u1=2,u2=-4)
  plot(www)

Results