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.
次のように、画面を 2 つのプロットに分割しています。
par(mfrow=c(1,2)) boxplot(cars[, 1]) plot(cars[, 2])
しかし、画面を途中で分割したくありません。最初の「半分」(boxplot のあるもの) を画面の 1/3 にし、他のプロットを残りの 2/3 にする必要があります。どうすればこれを達成できますか?