-
Notifications
You must be signed in to change notification settings - Fork 26
demo-ubike最後一句跑不出來 #31
Copy link
Copy link
Open
Labels
Description
你好,
我在執行ubike的demo時,
跑完df2與bdy_location後, 在跑這句語法時失敗惹:
qmap(location = c(bdy_location[c(1, 3, 2, 4)]), zoom = 14,legend = "topleft") +
geom_point(aes(x = lng, y = lat, size = bemp), colour = "blue",data = df2)
錯誤碼:
Error in get_map(location = location, ...) :
unused argument (legend = "topleft")
後來我把legend移除就可以
不知道是什麼原因, 或是有哪裡需要調整呢?
謝謝!
Reactions are currently unavailable