XQS started, wait for applet!

Subject: XploRe: Learning Guide
See XploRe:

Quantlet: start04
Description: Example quantlet which reads data, and plots a histogram.
Download: start04.xpl

Code:
  library("plot")
  y=read("bank2")
  y=y[,6]
  library("plot")
  setsize(640,480)
  plothist(y)


Subject: XploRe: Learning Guide
See XploRe:

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