Description Usage Arguments Value See Also Examples
Add markers
1  | addmarkers(gg, x, y, color, marker = 17, ...)
 | 
gg | 
 
  | 
x, y | 
 integer vectors of stone locations  | 
color | 
 integer vector of stone colors  | 
marker | 
 scalar integer indicating the shape of marker  | 
... | 
 graphic parameters  | 
ggoban object
1 2 3  | ggoban(19) %>%
  addstones(10, 10, 1) %>%
  addmarkers(10, 10, 1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.