Learn R Programming

packS4 (version 0.9.3)

plot-methods: plot-ClassV ; plot-ClassW

Description

plot for two objects.

Arguments

Methods

x = "ClassV"
just plot a point
x = "ClassW"
plot a point and add a title

References

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

Examples

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

Run the code above in your browser using DataLab