move: Move an object

Description Usage Arguments Value Note

Description

move is a generic function to move an object.

Usage

1
2
3
4
5
move(x, ...)
## S3 method for class 'iVisual'
move(x, xpos, ypos, redraw = TRUE, ...)
## S3 method for class 'iWindow'
move(x, xpos, ypos, ...)

Arguments

x

object to move

...

argument specifying the nature of the move as applicable to the object and passed to its methods

xpos

x position

ypos

y position

redraw

if TRUE then redraw() is called implicitly after the move

Value

x updated to reflect the move

Note

iVisual includes any visual object including plots, primitives and other graphics objects. The coordinates are interpreted with respect to the enclosing window (iVisual) or screen (iWindow).


att/iplots documentation built on May 10, 2019, 2:12 p.m.

Related to move in att/iplots...