Define variable to use in Ellipse filter

I’m drawing circles to annotate some results by using the Ellipse filter. Currently, I’m defining the numerical values of radius and center position. However, these values change depending on the result and I would like to define them parametrically to avoid having to adjust manually each numerical entry.

My question is how do I define a parameter R that I can use to set Major Radius in Ellipse filter?