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.
rgl パッケージにタイトルと軸ラベルを追加する際に問題が発生しているようです。最小限の作業例を次に示します。
> plot3d(x = c(1,2,3,1), y = c(2,3,1,4), z = c(2,3,4,5), type = 's', size =1) > decorate3d(main = "My Plot")
ラベル (decorate3d でデフォルトで設定する必要があります) もMy Plot.
My Plot