Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: plot
See also: grbar dispbar

Quantlet: plotbar
Description: plots each variable in a separate barchart

Link:
Usage: plotbar(x)
Input:
x n x p number or text matrix

Example:
library("plot")
t  = floor((normal(25)-8)|(normal(25)+8)|normal(100)|(normal(10)+25))
plotbar(t)

Result:
plots a barchart of t



Author: S. Klinke, 19980805
(C) MD*TECH Method and Data Technologies, 05.02.2006