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コマンドプロンプトから呼び出すことができるRスクリプト(マップといくつかのデータを表示する)がありますsource("myFile.R")。ただし、で呼び出そうrscipt.exeとしても何も起こりません。グラフィックス ウィンドウを表示するにはどうすればよいですか? ありがとう
source("myFile.R")
rscipt.exe
プロットはしますが、スクリプトはすぐに終了し、気付かないでしょう。あなたはこれを試すことができます -
x11() plot(1:10) locator(1)
または、一部のシステムスリープも機能するはずです。