Subject: XploRe: Learning Guide
See XploRe:

Quantlet: graph38
Description: Histogram with different binwidth.
Download: graph38.xpl

Code:
  library("plot")                ; loads library plot
  data = read ("bostonh")        ; reads Boston Housing data
  x = data[,14]                  ; selects 14th column  
  gr = grhist(x,1)               ; generates histogram with 
                                 ;    binwidth 1
  plot(gr)                       ; plots histogram

Subject: XploRe: Learning Guide
See XploRe:

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