You can use the size argument to adjust the thickness of a line in ggplot2: ggplot(df, aes(x = x, y = y)) + geom_line(size = 1.5).
確定! 回上一頁