Learn R Programming

mazeGen (version 0.1.3)

gridNineteenUp: Grid Nineteen Up

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

data(gridNineteenUp)

data(gridNineteenDown)

data(gridNineteenLeft)

data(gridNineteenRight)

Arguments

Format

A data frame with 2 columns

start

Coordinates of Start Node.

end

Coordinates End Node.

Examples

Run this code
# NOT RUN {
# Returns a Grid with rank = 19
data(gridNineteenUp)
coordinates <- gridNineteenUp

# }
# NOT RUN {
# }
# NOT RUN {
# Returns a Grid with rank = 19
data(gridNineteenDown)
coordinates <- gridNineteenDown

# }
# NOT RUN {
# }
# NOT RUN {
# Returns a Grid with rank = 19
data(gridNineteenLeft)
coordinates <- gridNineteenLeft

# }
# NOT RUN {
# }
# NOT RUN {
# Returns a Grid with rank = 19
data(gridNineteenRight)
coordinates <- gridNineteenRight

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab