geom_path () will join points in the original order, so you can order your data in the way you want it joined, and then just do + geom_path().
確定! 回上一頁