In R package, is there any way to smoothen the polygon in a polar.plot?
I tried to use the splines, but could not find a way to insert the curved line in the polar.plot..
(I am a begginer in R programming)
In R package, is there any way to smoothen the polygon in a polar.plot?
I tried to use the splines, but could not find a way to insert the curved line in the polar.plot..
(I am a begginer in R programming)
I know that mathematically with polar plotting you can get smoothed polygons. An example here is for the square if you plot: 1 + Sin[4*x]/20 from 0 to 2 $\pi$ you will get a smoothed square. Change 4 to 5 and adjust the other constants by interpolation and you may find yourself happy.