Move construct or element in grid to the left, right, up or down.
Source:R/repgrid-basicops.r
move.Rd
Move element in grid to the right.
Examples
if (FALSE) { # \dontrun{
x <- randomGrid()
left(x, 2) # 2nd element to the left
right(x, 1) # 1st element to the right
up(x, 2) # 2nd construct upwards
down(x, 1) # 1st construct downwards
} # }