I am looking for a way to select (and specifically redraw) one plot on a graphics device that is subdivided with layout(...). I know that this yould be possible after par(mfcol=...) with par(mfg=...), and that it would also be possible after split.screen(...) with screen(n=...). However, I need something similar after layout(...), because some plots have to have fixed absolute widths and heights (via lcm(x)).

I (can) want to redraw only one of the plots shown.

Any help is apprechiated.

More Jochen Wilhelm's questions See All
Similar questions and discussions