Re: [R] Modifying graphs in 'survrec' package

2015-10-25 Thread boB Rudis
As answered here: http://stackoverflow.com/a/1444/1457051 palette(c("red", "blue", "orange")) par(lty=3) plot(fit,ylim=c(0,1),xlim=c(0,2000)) though, as indicated in that post, you'll need to customize the survrec:::plot.survfitr function to do more detailed customization. On Sun

[R] Modifying graphs in 'survrec' package

2015-10-25 Thread Anna Cecilia Lawson McLean
Dear all, I am new to R and I am using the package 'survrec'. I would like to modify the colors and lines in graphs with multiple groups. The package includes this example: data(colon) fit<-survfitr(Survr(hc,time,event)~as.factor(dukes),data=colon,type="pena") Using the arguments "col" or "lty"

[R] Modifying graphs

2009-06-15 Thread Payam Minoofar
Hi, Sorry for the high volume. I'm finding new problems as I resolve old ones. The only remaining issue is modifying the boxplots generated by my function. I have found the various parameters like font.lab, font.main, etc., in the manual, but I cannot figure out where to introduce them. The fu