Wednesday, March 11, 2009

Scatterplots

There are many types of scatterplots in R, here are some examples based on the famous Iris data.
  • pairs() and coplot() in package graphics.
  • gpairs() in package YaleToolkit.
  • scatterplot.matrix() or spm() in package car.
  • splom() in package lattice.

3 comments: