... in ggplot2 with geom_line the following way. library(ggplot2) ggplot(df, aes(x = x, y = value, color = variable)) + geom_line() Lines width and style.
確定! 回上一頁