Subject: | XploRe: Learning Guide |
See XploRe: |
Quantlet: | graph35 | |
Description: | Bar chart. | |
Download: | graph35.xpl |
library("plot") ; loads library plot data = read ("bostonh") ; reads Boston Housing data x = data[,4] ; selects 4th column plotbar(x) ; plots the bar chart
Subject: | XploRe: Learning Guide |
See XploRe: |