How to make line plots in ggplot2 with geom_line. ... 17.42) ) p <- ggplot(data=dat1, aes(x=time, y=total_bill, group=sex)) + geom_line() + geom_point() fig ...
確定! 回上一頁