|
|
| Subject: | XploRe: Learning Guide |
| See XploRe: |
| Quantlet: | start04 | |
| Description: | Example quantlet which reads data, and plots a histogram. | |
| Download: | start04.xpl |
library("plot")
y=read("bank2")
y=y[,6]
library("plot")
setsize(640,480)
plothist(y)
| Subject: | XploRe: Learning Guide |
| See XploRe: |