maxScore: Maximum Score

Description Usage Arguments Details Author(s) Examples

Description

This returns the maximum score for a given rank and a given colour node position.

Usage

1
maxScore(nodePosition)

Arguments

nodePosition

The position of the black dots.

Details

The maxScore function returns the maximum score for a given rank and a given colour node positions. You need to use the colour node position function first.

Author(s)

Aiden Loe

Examples

1
2
3
nodePosition <- np(rank=3,satPercent=0.5,seed=1)

maxScore(nodePosition=nodePosition)

mazeGen documentation built on May 2, 2019, 6:34 a.m.