Draw a single coin
plot_single_coin(
ggplot = NULL,
result = 1,
x = 0,
y = 0,
width = 0.9,
fill = "white",
detailed = FALSE,
line_size = 0.8,
line_color = "black"
)
ggplot-Object
ggplot-Object. If passed, the dice will be added to plot
Result of flip coin (0/1)
X-coordinate of dice (center)
y-coordinate of dice (center)
Width of coin
Fill color
If TRUE, the dice is plotted with more details
Size of Lines
Color of Lines