I wonder how to draw a pie chart in given position of another plot.
I know how to put two plots in the same figure, using
plot(...)
line(...)
But this seems not working for pie chart. And I also want to specify where to draw the pie chart.
Could you please help? Thank you!