Learn R Programming

gogamer (version 0.4.3)

plot.gostate: Draw go board state as graphic

Description

Draw go board state as graphic

Usage

"plot"(x, y, marklast = TRUE, markpoints = FALSE, ...)

Arguments

x
gostate object
y
not in use
marklast
logical indicating if last move should be marked
markpoints
logical indicating if territories should be marked
...
graphic parameters

Value

ggoban object, which inherits ggplot class

See Also

gogame_graphics

Examples

Run this code
stateat(saikoyo, 116) %>% plot()

Run the code above in your browser using DataLab