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を使用して箱ひげ図に取り組んでいます。すでに1つの箱ひげ図をプロットしましたが、箱ひげ図のどこかにポインタを置く必要がありますか?
input<-c(1,2,3,4,5) boxplot(input)
箱ひげ図の1.5の位置に矢印画像をインポートまたはデザインするにはどうすればよいですか?
グラフに単一の画像を配置するには、rasterImage関数を見てください。グラフに複数の画像を配置したい場合(おそらくそれらをプロットポイントとして使用したい場合)、TeachingDemosパッケージのmy.symbolsandms.image関数が役立つ場合があります。
rasterImage
my.symbols
ms.image