bp + geom_hline(aes(yintercept=12)). # linetype 设置线型为虚线. bp + geom_hline(aes(yintercept=12), colour="#990000", linetype="dashed") ...
確定! 回上一頁