Library: | plot |
See also: | grbar dispbar |
Macro: | plotbar | |
Description: | plots each variable in a separate barchart |
Usage: | plotbar(x) | |
Input: | ||
x | n x p number or text matrix |
library ("plot") t = floor((normal(25)-8)|(normal(25)+8)|normal(100)|(normal(10)+25)) plotbar (t)
plots a barchart of t
Library: | plot |
See also: | grbar dispbar |