Varying line width with ggplot2. ... varying-width-ggplot.r ... p <- ggplot(df) + geom_line(aes(x = x, y = year, group = year, size = values)). print(p).
確定! 回上一頁