Learn R Programming

gogamer (version 0.4.3)

kifu: Kifu for certain move range

Description

Kifu for certain move range

Usage

kifu(x, from = 1L, to = 99L, restart = NA_integer_)
kifuplot(x, from = 1L, to = 100L, restart = NA_integer_, ...)

Arguments

x
gogame object
from, to
Positive integers. Range of moves
restart
Positive integer. If supplied, this number is used as the smallest move number in the range. If not supplied, original move numbers are used as they are.
...
graphic parameters

Value

kifu returns a gokifu objectkifuplot returns a ggkifu object

Examples

Run this code
kifu(saikoyo)
kifuplot(mimiaka, 127, 150)

Run the code above in your browser using DataLab