[R] Bug or not

Darius Kasiulevičius dariustri at takas.lt
Sat Oct 6 17:05:11 CEST 2007


I have this sample from help. I try use command erase.screen() but in 
split mode sreen dont erase. Why?

split.screen(c(2,1)) # split display into two screens
split.screen(c(1,2),2) # split bottom half in two
plot(1:10) # screen 3 is active, draw plot
erase.screen() # forgot label, erase and redraw         IN THIS PLACE 
SCREEN DONT ERASE
plot(1:10, ylab= "ylab 3")                                       IN THIS 
PLACE COMMAND PLOT ON TOP
screen(1) # prepare screen 1 for output



More information about the R-help mailing list