howMany {mazeGen} | R Documentation |
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.
Author(s)
Aiden Loe
See Also
Examples
howMany(rank=5, satPercent=0.5)
[Package mazeGen version 0.1.3 Index]