嗨,我有以下 Hmisc 包中的 events.chart。
event.chart(events,
subset.c = c('D2BMET','T2Fail','Cens','zero'),
x.lab = 'Progression Time for Breast Cancer Patients (months)',
y.lab = 'Subjects (sorted by time to 1st Brain Metastasis)',
y.idlabels = 'Pt',
titl = 'Breast Cancer Brain Metastasis Events Chart',
point.pch = c(1,2,17,124), point.cex = c(1,1,1,1),
legend.plot = TRUE, legend.location = 'i', legend.cex = 1,
legend.point.text = c('Time to 1st Brain Metastasis', 'Last Followup', 'Death'),
x.julian = TRUE,
legend.bty='o', legend.point.at = list(c(400,400), c(14,14)))
我尝试使用
axis(2,cex.axis= 0.5)
使 y 轴文本更小,但没有任何反应。正在做
axis(1,cex.axis= 0.5)
使 x 轴文本更小,但在 y 轴上似乎没有任何效果。
任何建议,将不胜感激。
谢谢,埃德