topNodes {mazeGen}R Documentation

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.

Author(s)

Aiden Loe

Examples

rank <-3
topNodes(rank)

[Package mazeGen version 0.1.3 Index]