maxScore: Maximum Score

Description Usage Arguments Details Author(s) Examples

View source: R/maxScore.R

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)

Aidenloe/mazeGen documentation built on May 5, 2019, 1:34 p.m.