Description Usage Arguments Value Examples
Builds a maze via the Eller algorithm.
1 2 |
height |
how high should the maze be |
width |
how wide should the maze be |
seed |
a particular seed for reproducible results |
start |
starting point of the algorithm, can be ommited for a random starting point |
p |
Probability of linking two cells in a row togehter |
q |
Probability of linking two cells in different rows together |
a dataframe generated with the Eller algorithm
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.