Re: [R] Cut marks on a plot's y-axis to indicate it is a truncated axis

2007-08-01 Thread Jim Lemon
David Lloyd wrote: Hi, I've plotted a Kaplan-Meier curve but the curves only range from 0.7 to 1 on the y-axis. Therefore I have used: - ylim=c(0.7,1) [although I think convention dictates that you plot 0.5 to 1 to show the median? A few papers I've read have done this]?? BUT, I

Re: [R] Cut marks on a plot's y-axis to indicate it is a truncated axis

2007-08-01 Thread John Kane
--- David Lloyd [EMAIL PROTECTED] wrote: Hi, I've plotted a Kaplan-Meier curve but the curves only range from 0.7 to 1 on the y-axis. Therefore I have used: - ylim=c(0.7,1) [although I think convention dictates that you plot 0.5 to 1 to show the median? A few papers I've read have