plot-methods: plot-ClassV ; plot-ClassW

Description Methods Author(s) References Examples

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

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

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