RでPNGファイルを挿入する方法 方法1: png() 関数を使用する方法# PNGファイルを作成 png("output.png") # グラフを描画 plot(x, y) # 描画を終了し、PNGファイルを保存 dev.off()>>More