我正在嘗試在圖中繪製兩個“ geom_vline()”。下面的代碼適用於一條垂直線:x = 1:7 y = 1:7 df1 = data.frame(x = x,y = y)vertical.lines ...
確定! 回上一頁