-
Notifications
You must be signed in to change notification settings - Fork 10
Error with map_ggplot #32
Comments
thank! there is a problem but also you used positional args, but lon and lat are not the 2nd and 3rd params |
dismo is a bit of an edge case. made pkg to make going from spocc and rgbif to a map easier, so didn't focus on dismo, plus dismo just gives back a data.frame so it's hard to build anything around that that's automated with little user input. I added a also, library("dismo")
library("mapr")
g <- gbif('Batrachoseps', 'luciae', geo = TRUE, end = 300)
map_ggplot(g, lon = "lon", lat = "lat", name = "genus", map = "usa") |
I used dismo to use an example from the README in the reprex but had gotten the problem with an rgbif output 🙂 |
thanks, just noticed that your code was from readme, woopsy, fixing that. |
I found the other bug because I then decided to run all the code from the README since I was at it 😉 |
Created on 2019-01-14 by the reprex package (v0.2.1)
Session info
The text was updated successfully, but these errors were encountered: