Description Usage Arguments Examples
Adds a rainbow colored interpretation of the distance matrix
1 2 |
x |
a distance matrix |
alpha |
controls how bright the colors will be |
startingpoint |
boolean, if TRUE it will plot the starting point of of the distance matrix calculations |
... |
optional graphics parameter |
1 2 3 4 | maze <- makeMazeRecursiveBacktracker()
d <- distance(maze)
plot(maze)
plot(d)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.