Learn R Programming

mazeGen (version 0.1.3)

lowerGrid: lowerGrid

Description

This tells you all the node position in the maze.

Usage

lowerGrid(rank = 5)

Arguments

rank

This is the rank of the maze.

Details

The construction of the maze is first created in a symmetrical format. However, only half of the nodes are kept in order to create the actual maze. Hence, this function calculates the nodePosition of the actual maze.

Examples

Run this code
# NOT RUN {
lowerGrid(3)
# }

Run the code above in your browser using DataLab