XQS started, wait for applet!

Subject: XploRe: Learning Guide
See XploRe:

Quantlet: graph41
Description: 3D scatterplot.
Download: graph41.xpl

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

Subject: XploRe: Learning Guide
See XploRe:

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