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: gryline grlinreg grcircle

Quantlet: grxline
Description: Generates a vertical line as a graphical object.

Link:
Usage: lx = grxline (x, v {, col})
Input:
x scalar
v n x 1 vector
col color
Output:
lx composed graphical object

Note:

Example:

library ("graphic")

x  = normal(100, 2)

lx = grxline (0, x[,2]) 

ly = gryline (0, x[,1])

d  = createdisplay (1,1)

show (d, 1, 1, x, lx, ly)

Result:

shows a bivariate normally distributed dataset and

the coordinate axes.


Library: graphic
See also: gryline grlinreg grcircle

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
(C) MD*TECH Method and Data Technologies, 21.9.2000