Skip to content
Prev 128162 / 398500 Next

using survfit

raymond chiruka wrote:
My version of R (2.4.1 on a WindozeXP machine) had problems with the 
"smart-quotes" when cut and pasted but I cannot be sure that was not a 
problem induced by Thunderbird.
It plotted just fine. And you then over-wrote it with the second plot. 
You could save (temporarily) a screen plot with
 > surv.crv<-recordPlot()
### then make another plot, save it too.
### then use
 > replayPlot(surv.crv)

You could also save to a file and view in an external viewer. The format 
of recorded plots is not guaranteed to be the same from version to version.

Another option (which would be machine specific and assuming a Windows 
device) would be to open second screen window with:

 > win.graph(width = 7, height = 7, pointsize = 12, restoreConsole = FALSE)
If you opened a new device before each plot you could paper your screen 
with plots.