ggsurvplot图片输出 gg <- ggsurvplot( … ) ggsave(“name.tiff”), plot = print(gg), width = 18, height = 8.5, units = “in”) 注意一定要加上plot = print(gg)