Subject: | XploRe: Learning Guide |
See XploRe: |
Quantlet: | iofmt07 | |
Description: | Change the output formats. | |
Download: | iofmt07.xpl |
; randomize(0) x = normal(2,2) setenv("outputformat","% 8.5g") x setenv("outputformat","% 8.6g") x ; x="a"~"bb" x setenv("outputstringformat","%s") x
Subject: | XploRe: Learning Guide |
See XploRe: |