使用ggplot2包绘制线图,可以添加点的图层,以显示线的两个端点。 ggplot(data=df,mapping=aes(x=time,y=bill,group=sex))+ geom_line()+ geom_point ...
確定! 回上一頁