plot.gostate: Draw go board state as graphic

Description Usage Arguments Value See Also Examples

View source: R/gostate-class.R

Description

Draw go board state as graphic

Usage

1
2
## S3 method for class 'gostate'
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

1
stateat(saikoyo, 116) %>% plot()

gogamer documentation built on May 29, 2017, 4:10 p.m.