XQS started, wait for applet!

Subject: XploRe: Learning Guide
See XploRe:

Quantlet: graph31
Description: Boxplot.
Download: graph31.xpl

Code:
  library("plot")                ; loads library plot
  data = read ("bostonh")        ; reads Boston Housing data
  gr = grbox(data[,14])          ; generates a graphical object
  plot(gr)                       ; plots graphical object

Subject: XploRe: Learning Guide
See XploRe:

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