zenplots (version 1.0.6)

move: Determine the new position when moving from the current position in a given direction

Description

Determine the new position when moving from the current position in a given direction

Usage

move(curpos, dir, method = c("in.occupancy", "in.plane"))

Value

new position in the occupancy matrix

Arguments

curpos

current position (i, j) in the occupancy matrix

dir

direction in which we move ("d", "u", "r" or "l")

method

choice of method ("in.occupancy" means the (current/new) position is given in terms of (row, column) indices in the occupancy matrix; "in.plane" means the directions are interpreted as in the (x,y)-plane).

Author

Marius Hofert and Wayne Oldford