Learn R Programming

mazeGen (version 0.1.3)

genMaze: genMaze

Description

This function generates the list of edges.

Usage

genMaze(rank = 5)

Arguments

rank

This is the Rank of the maze.

Details

The Genmaze function generates the list of edges. The edges will be used to construct the maze.

Examples

Run this code
# NOT RUN {
genMaze(rank=5)
# }

Run the code above in your browser using DataLab