howMany: howMany

Description Usage Arguments Details Author(s) See Also Examples

View source: R/howmany.R

Description

Calculate how many possible variation of black dotes for a given saturation.

Usage

1
howMany(rank, satPercent)

Arguments

rank

This is the rank of the maze.

satPercent

The percentage of saturation. Between 0-1.

Details

Calculate how many possible variation of black dotes for a given saturation. The first node will not be a black dot.

Author(s)

Aiden Loe

See Also

lowerGrid

Examples

1
howMany(rank=5, satPercent=0.5)

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