Skip to content
Prev 44199 / 398503 Next

How to plot a blank plot

And although frame() is obviously the better way, if you really 
wanted to know what to put inside plot(), this will do it:

    plot(1, type='n', xaxt='n', yaxt='n', xlab='', ylab='', bty='n')

-Don
At 12:41 PM -0800 2/13/04, Adrian Custer wrote: