Learn R Programming

mazeGen (version 0.1.3)

topNodes: Top Nodes

Description

The node length calculates all the nodes on the longest row for a given rank.

Usage

topNodes(rank)

Arguments

rank

This is the Rank of the maze.

Details

This needs to have a rank value of greater than 1. This is needed so that you can cross check how many coloured nodes are located on the longest row.

Examples

Run this code
# NOT RUN {
rank <-3
topNodes(rank)
# }

Run the code above in your browser using DataLab