|
Subject: | XploRe: Learning Guide |
See XploRe: |
Quantlet: | desc01 | |
Description: | Simple data matrices. | |
Download: | desc01.xpl |
setenv("outputstringformat","%s") ; col1=#(1,5,9,8) col2=#(2.0,6.0,0.0,7.0) col3=#(3.4,7.8,1.44,10.432) mat=col1~col2~col3 mat ; mat= #(1,5,9,8) ~ #(2.0,6.0,0.0,7.0) ~ #(3.4,7.8,1.44,10.432) mat ; textmat= #("aa","c") ~ #("b","d2") textmat
Subject: | XploRe: Learning Guide |
See XploRe: |