lowerGrid {mazeGen} | R Documentation |
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.
Author(s)
Aiden Loe
Examples
lowerGrid(3)
[Package mazeGen version 0.1.3 Index]