I wanted to add a circle to the centre of my ggplot and the parameters I'd like to pass are x0,y0,radius and the color. I wanted a circle with no fill and the circle should simply be on top of another ggplot.
There are several good solutions in this Stack Overflow question, from custom functions to ggforce::geom_circle:
If you need help making any of those solutions work for your situation, go ahead and ask! Just remember that it will be easiest for helpers to help you if you provide a reproducible example of the code you are using.
If your question's been answered, would you mind choosing a solution? (see FAQ below for how) It makes it a bit easier to visually navigate the site and see which questions still need help.