You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works either way, since the name doesn't seem to matter here, but it's rather confusing.
I hope I'm doing this right. I've never used GitHub before, so maybe I'm wrong about something (maybe I'm filing it in the wrong place)... I just think this should be pointed out somewhere.
The text was updated successfully, but these errors were encountered:
Good catch. I too think it's a typo, but it seems it doesn't matter what names we use. These arguments are passed to parameters argument of mapproj::mapproject(), and then converted as a double vector.
This is not a complicated problem. In the reference page for the function
map_data()
(here), the example has the following call:And then later, there is something slightly different.
However, the call
coord_map()
should havelat0
instead ofat0
as an argument (in both examples):It works either way, since the name doesn't seem to matter here, but it's rather confusing.
I hope I'm doing this right. I've never used GitHub before, so maybe I'm wrong about something (maybe I'm filing it in the wrong place)... I just think this should be pointed out somewhere.
The text was updated successfully, but these errors were encountered: