Draws two dashed lines through the centre of the unit circle – one horizontal (0degrees/180degrees) and one vertical (90degrees/270degrees) – dividing the arena into four quadrants. The lines extend to the arena boundary (unit circle).
Examples
library(ggplot2)
ggplot() + coord_fixed() + add_quadrant_lines()