|
|
| Subject: | XploRe: Learning Guide |
| See XploRe: |
| Quantlet: | graph31 | |
| Description: | Boxplot. | |
| Download: | graph31.xpl |
library("plot") ; loads library plot
data = read ("bostonh") ; reads Boston Housing data
gr = grbox(data[,14]) ; generates a graphical object
plot(gr) ; plots graphical object
| Subject: | XploRe: Learning Guide |
| See XploRe: |