Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何在另一个绘图的给定位置绘制饼图。
我知道如何将两个图放在同一个图中,使用
plot(...) line(...)
但这似乎不适用于饼图。而且我还想指定绘制饼图的位置。
能否请你帮忙?谢谢!
您可以floating.pie从plotrix包装中尝试或Rgraphviz::pieGlyph...另请参阅
floating.pie
plotrix
Rgraphviz::pieGlyph
library(sos); findFn("pie chart")