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: graphic
See also: grbar plotbar

Quantlet: dispbar
Description: plots a barchart in specified window of a display

Link:
Usage: dispbar(d, r, c, x)
Input:
d display
r scalar
c scalar
x text or number vector

Example:
library("graphic")
t  = floor((normal(25)-8)|(normal(25)+8)|normal(100)|(normal(10)+25))
d  = createdisplay(1,1)
dispbar(d, 1, 1, t)

Result:
shows a barchart



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