Learn R Programming

mazeGen (version 0.1.3)

howMany: howMany

Description

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

Usage

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.

See Also

lowerGrid

Examples

Run this code
# NOT RUN {
howMany(rank=5, satPercent=0.5)
# }

Run the code above in your browser using DataLab