plot-methods {packS4}R 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)

[Package packS4 version 0.5 Index]