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
The current default value for the map argument is usa in function inat_map(), which is a very US-centric choice and creates rubbish maps in many cases when the data is not located in or close to the US.
We should use the world basemap, also provided by the maps package, and mention the other basemap available by default (france, italy, nz and usa).
This is a breaking change as it would produce different maps in existing scripts using the default argument value (but would not produce an error or warning).
The text was updated successfully, but these errors were encountered:
The current default value for the
map
argument isusa
in functioninat_map()
, which is a very US-centric choice and creates rubbish maps in many cases when the data is not located in or close to the US.We should use the
world
basemap, also provided by the maps package, and mention the other basemap available by default (france
,italy
,nz
andusa
).This is a breaking change as it would produce different maps in existing scripts using the default argument value (but would not produce an error or warning).
The text was updated successfully, but these errors were encountered: