print.graphics(x)
"graphics"
x is displayed
on the current graphics device.
print.graphics is called automatically by
print.default, so that
just typing
x will cause it to be displayed.
Graphics objects should be treated as experimental - there are
graphics objects which
print.graphics can not display.
g <- graphics(plot(x,y)) #save a plot g #now display it