plot.maze: Plot Method for Maze Object

Description Usage Arguments Examples

Description

Plots a maze

Usage

1
2
## S3 method for class 'maze'
plot(x, ...)

Arguments

x

an object of class maze

...

optional arguments for the plot function

Examples

1
2
maze <- makeMazeRecursiveBacktracker(height = 10, width = 10, seed = 42, start = 1)
plot(maze)

Ziegelsteintom/rmazing documentation built on May 10, 2019, 1:58 a.m.