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

Quantlet: gryline
Description: Generates a horizontal line as a graphical object.

Link:
Usage: ly = gryline (y, v {, col})
Input:
y scalar
v n x 1 vector
col color
Output:
ly 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.



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