|
Subject: | XploRe: Learning Guide |
See XploRe: |
Quantlet: | graph37 | |
Description: | Histogram. | |
Download: | graph37.xpl |
library("plot") ; loads library plot data = read ("bostonh") ; reads Boston Housing data x = data[,14] ; selects 14th column gr = grhist(x) ; generates histogram plot(gr) ; plots histogram
Subject: | XploRe: Learning Guide |
See XploRe: |