我通过以下调用Ecdf
从包中构建了一个图:Hmisc
require(Hmisc)
Ecdf(latency_targ1, group = CONDITION, lty = c(1, 2, 3, 4),
lwd = 4, label.curves = list(method = 'arrow',
keys = "lines", lwd = 2), xlim = c(0,500),
subtitles = FALSE, xlab = "Latency",
ylab = "Proportion latency <= x")
我一直无法找到如何更改绘图轴标签的大小,并且默认大小相当小。