p + geom_path(). # Add aesthetic mappings p + geom_path(aes(size = year)). #add new column to dataframe myear$extra<-rev(myear$rating).
確定! 回上一頁