|
|
| Subject: | XploRe: Learning Guide |
| See XploRe: |
| Quantlet: | graph3A | |
| Description: | Average shifted histogram. | |
| Download: | graph3A.xpl |
library("plot") ; loads library plot
data = read ("bostonh") ; reads Boston Housing data
x = data[,14] ; selects 14th column
gr = grash(x,1,10) ; generates average shifted histogram
plot(gr) ; plots average shifted histogram
| Subject: | XploRe: Learning Guide |
| See XploRe: |