Subject: | XploRe: Learning Guide |
See XploRe: |
Quantlet: | graph4B | |
Description: | Parallel coordinate plot. | |
Download: | graph4B.xpl |
library("plot") ; loads library plot data = read ("bostonh") ; reads Boston Housing data data = data[21:40] ; observations 21 to 40 x = data[,6|13|14] ; selects columns 6, 13 and 14 plotpcp (x, grc.prep.standard) ; shows parallel coordinate plot
Subject: | XploRe: Learning Guide |
See XploRe: |