gridNineteenUp: Grid Nineteen Up

Description Usage Format Examples

Description

This returns a nineteen grid right maze. These are standardized coordinates.

This returns a nineteen grid right maze. These are standardized coordinates.

This returns a nineteen grid right maze. These are standardized coordinates.

This returns a nineteen grid right maze. These are standardized coordinates.

Usage

1
2
3
4
5
6
7

Format

A data frame with 2 columns

start

Coordinates of Start Node.

end

Coordinates End Node.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
## Not run: 

# Returns a Grid with rank = 19
data(gridNineteenUp)
coordinates <- gridNineteenUp


## End(Not run)

## Not run: 

# Returns a Grid with rank = 19
data(gridNineteenDown)
coordinates <- gridNineteenDown


## End(Not run)

## Not run: 

# Returns a Grid with rank = 19
data(gridNineteenLeft)
coordinates <- gridNineteenLeft


## End(Not run)

## Not run: 

# Returns a Grid with rank = 19
data(gridNineteenRight)
coordinates <- gridNineteenRight


## End(Not run)

mazeGen documentation built on May 2, 2019, 6:34 a.m.