XQS started, wait for applet!

Subject: XploRe: Learning Guide
See XploRe:

Quantlet: graph21
Description: Plotting data.
Download: graph21.xpl

Code:
  library ("plot")               ; loads library plot
  data = read ("bostonh")        ; reads Boston Housing data
  x = data[,13:14]               ; selects columns 13 and 14
  plot(x)                        ; plots data set

Subject: XploRe: Learning Guide
See XploRe:

© MD*Tech - Method and Data Technologies, generated on 6.6.2000 .