Subject: | XploRe: Learning Guide |
See XploRe: |
Quantlet: | graph21 | |
Description: | Plotting data. | |
Download: | graph21.xpl |
library ("plot") ; loads library plot data = read ("bostonh") ; reads Boston Housing data x = data[,13:14] ; selects columns 13 and 14 plot(x) ; plots data set
Subject: | XploRe: Learning Guide |
See XploRe: |