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: grrot

Quantlet: grmove
Description: Moves a graphical object.

Link:
Usage: grout = grmove (grin, shf)
Input:
grin composed graphical object
shf 1 x 2 vector
Output:
grout composed graphical object

Note:

Example:

library ("graphic")

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

bp1 = grdot (t)

bp2 = grmove (bp1, #(0, 2))

d   = createdisplay (1,1)

show (d, 1, 1, bp1, bp2)

Result:

shows the same dotplot twice, one shifted upward by 2


Library: graphic
See also: grrot

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