[R] tick marks: 0, 12, 24, 36 ...

2003-10-06 Thread Gabor Borgulya
Dear R-help list, I have a problem with the tick marks of a Kaplan-Meier survival plot. Here is a sample: follow.up-c(10,20,30,40,50,60,70,80,90,100) #months dead-c(1,1,1,0,1,1,0,0,0,0) KM -survfit(Surv(follow.up, dead)) plot(KM) The result is a nice plot. However, our research group thinks it

win.metafile [RE: [R] insert eps into microsft word]

2003-10-06 Thread Gabor Borgulya
2003-09-10, sze keltezssel David Khabie-Zeitoune ezt rta: Have you tried win.metafile (I'm assuming you are using Windows)? E.g. win.metafile(file = c:/test.wmf) plot(rnorm(100)) dev.off() Hi! I could not run this example: Error: couldn't find function win.metafile I am using Linux. Does

Re: [R] R graphics + non-R langs

2003-10-12 Thread Gabor Borgulya
2003-10-12, v keltezssel Timur Elzhov ezt rta: at the last time I consider another languages (Perl, Python) for The question is: what about R graphics? Is it so hard to bind it with any non-R languages? Try RPy (R from Python)! http://rpy.sourceforge.net/ Gbor

[R] R demonstration ideas?

2003-12-17 Thread Gabor Borgulya
Dear All! Tomorrow morning I will have to demonstrate R to a professor here at the Semmelweis University. He uses Windows and Statistica. I will have 20 minutes and I would like to convince him that R is powerful, and it even could be used in teaching the students basic medical statistics. Could