Every once in a while I need to make an empty plot. This is the best could I come up with.
plot(0,xaxt='n',yaxt='n',bty='n',pch='',ylab='',xlab='')
Any simpler solutions?
p.s 1: completely empty, no axis etc.
Thanks!
|
|
|
How about something like:
|
|||||||||||||
|
|
Adam, following your comment above ("I wanted the empty plot to serve as filler in a multiplot (mfrow) plot."), what you actually want is
- which controls where you want to put the next plot. For instance, to put a plot in the middle of a 3x3 multiplot, do
|
|||
|
|
|
|||
|
|
|
There is an interest in your solution that |
|||
|
|