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