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.
我正在使用 R 绘制箱线图。我已经绘制了一个箱线图,现在我需要在箱线图的某处放置一个指针?
input<-c(1,2,3,4,5) boxplot(input)
如何在箱线图的 1.5 位置导入或设计箭头图像?
要在图表上放置单个图像,请查看该rasterImage函数。如果您想在图表上放置多个图像(可能将它们用作绘图点),那么 TeachingDemos 包中的my.symbols和ms.image函数可能会有所帮助。
rasterImage
my.symbols
ms.image