powered by
Calculate how many possible variation of black dotes for a given saturation.
howMany(rank, satPercent)
This is the rank of the maze.
The percentage of saturation. Between 0-1.
Calculate how many possible variation of black dotes for a given saturation. The first node will not be a black dot.
lowerGrid
# NOT RUN { howMany(rank=5, satPercent=0.5) # }
Run the code above in your browser using DataLab