With geom_path(), the data is plotted on a row-by-row basis and it ... with delay p4<- ggplot(df,aes(x=CP,y=PD_lag,color=ID))+ geom_path()+ ...
確定! 回上一頁