To set plot line width/thickness in R, call plot() function and along with the data to be ... x <- seq(0, 10, 0.5) y <- sin(x) plot(x, y, type="l", lwd=5.0).
確定! 回上一頁