gridThreeUp {mazeGen} | R Documentation |
Grid Three Up
Description
This returns a three grid upwards maze. These are standardized coordinates.
Usage
data(gridThreeUp)
Format
A data frame with 2 columns
- start
start, coordinates of Start Node.
- carat
end, coordinates End Node.
Examples
## Not run:
# Returns a Grid with rank = 3
data(gridThreeUp)
coordinates <- gridThreeUp
## End(Not run)
[Package mazeGen version 0.1.3 Index]