I have drawn a (netball) court in R using ggplot2
and the following code:
require(ggplot2)
ggplot(Coords, aes(X,Y, colour=Position)) +
geom_point() +
coord_equal() + theme(plot.background = element_rect(fill = 'grey')) +
geom_path(data=NetballCourt, aes(X,Y), colour="black", size=1)`<br><br>
The sidelines plus transverse lines of the court are fine and these are contained in a data.frame
that I have named "NetballCourt" with player movement "Coords" categorised according to individual position.
How do I draw a half circle, with a radius of 4.9 meters, at opposing ends of the court? For those unfamiliar with netball, the court dimensions are here... http://netball.com.au/our-game/court-venue-specifications/