addmarkers: Add markers

Description Usage Arguments Value See Also Examples

View source: R/draw.R

Description

Add markers

Usage

1
addmarkers(gg, x, y, color, marker = 17, ...)

Arguments

gg

ggplot object

x, y

integer vectors of stone locations

color

integer vector of stone colors

marker

scalar integer indicating the shape of marker

...

graphic parameters

Value

ggoban object

See Also

ggoban, graphic_parameters

Examples

1
2
3
ggoban(19) %>%
  addstones(10, 10, 1) %>%
  addmarkers(10, 10, 1)

kota7/gogamer documentation built on May 20, 2019, 1:10 p.m.