drawBoard {darts} | R Documentation |
Draws the dartboard, either as a new plot or on top of an existing one.
drawBoard(new = FALSE, lines = TRUE, numbers = TRUE, outside = TRUE, col = "black", ...)
new |
Make a new plot? |
lines |
Draw the lines separating the regions? |
numbers |
Draw the numbers? |
outside |
Draw the numbers outside (or inside) the dartboard? |
col |
The color for the lines. |
... |
More arguments for drawing the numbers (text). |
Ryan Tibshirani
# Draw a new dartboard drawBoard(new=TRUE)