Learn R Programming

gogamer (version 0.4.3)

stateat: Go board status at a move number

Description

This function obtains the board state at the move number. The result is stored in a gostate object.

Usage

stateat(x, at)
plotat(x, at, ...)

Arguments

x
gogame object
at
integer of the move number
...
arguments passed to plot.gostate

Value

stateat returns a gostate objectplotat returns a ggplot object

Examples

Run this code
stateat(saikoyo, 116)
plotat(mimiaka, 127)

Run the code above in your browser using DataLab