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: grbox grdot grhist grdotd grash

Quantlet: grbar
Description: Generates a barchart.

Link:
Usage: bp = grbar (x {, col})
Input:
x n x 1 number or text vector
col color
Output:
bp composed graphical object

Example:

library ("graphic")

t  = floor((normal(25)-8)|(normal(25)+8)|normal(100)|(normal(10)+25))

bp = grbar (t)

plot (bp)

Result:

shows a barchart


Library: graphic
See also: grbox grdot grhist grdotd grash

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

Author: Sigbert Klinke, 960925,980805
(C) MD*TECH Method and Data Technologies, 21.9.2000