我正在尝试通过常规R绘图函数创建绘图plot()
但是我需要找到一种方法来在position = "dodge"
中执行ggplot
之类的操作。
我无法使用ggplot
,因为我正在使用cuminc
函数,它不会让我 - 除非我使用ggcompetingrisks()
,这只会给我带来糟糕的美学。
到目前为止,我的代码是:
plot(fit.CIF, fun=function(x) 1-x, ylab="Proportion of Uptake", xlab="Days",
lwd=3, lty=1, col = c("navyblue", "mediumorchid2", "brown", "tan3"), font = 2)