geom_abline 可以用来画有斜率的直线,比如画对角线(截距为0,斜率为1)。 plot + geom_abline(slope = 1, intercept = 0) + scale_x_continuous(limits ...
確定! 回上一頁