move | R Documentation |
Determine the new position when moving from the current position in a given direction
move(curpos, dir, method = c("in.occupancy", "in.plane"))
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). |
new position in the occupancy matrix
Marius Hofert and Wayne Oldford
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.