Question: How to use explore options in polarplot

I try this Explore(polarplot(1+a*cos(theta), theta = 0 .. 2*Pi)) but not work. I want to see how parameter a is changing the polarplot. this Explore(plot(1+a*cos(theta), theta = 0 .. 2*Pi, coords = polar)) is OK but not what I want. Thanks
Please Wait...