plot roads by attribute ggplot() + geom_path(data = sjer_roads_df, aes(x = long, y = lat, group = group, color = factor(RTTYP))) + ...
確定! 回上一頁