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.
私はEclipseでStatEtを使用しています。StatEtの組み込みグラフィックデバイスは、一般的に非常にうまく機能し、非常に役立ちます(開発者のおかげで大いに役立ちます)。しかし、windows()関数を使用してプロットを開始し、新しいウィンドウのサイズ(幅と高さ)を設定すると、このウィンドウはStatEtとRのクラッシュの外でRによって開かれます。誰かが問題が何である可能性があるか考えていますか?
問題が解決しました:!dev.new()の代わりに使用してくださいwindows()
dev.new()
windows()