Description Usage Arguments Examples
Plots a maze
1 2 |
x |
an object of class maze |
... |
optional arguments for the plot function |
1 2 | maze <- makeMazeRecursiveBacktracker(height = 10, width = 10, seed = 42, start = 1)
plot(maze)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.