Description Usage Arguments Value
View source: R/highlight-square.R
Highlight soecific square of chess board
1 2 3 4 5 6 7 8 9 | highlight_squares(
squares,
col = "red",
size = 1.5,
fill = NA,
res = 50,
d = 0.45,
...
)
|
col |
colour of highlight circle |
size |
thickness of highlight circle |
fill |
fill colour of highlight circle |
... |
further arguments passed to |
square |
square to highlight (example: "e4") |
A ggplot2 geom_polygon() layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.