powered by
map_ggplot(x, map = "world", point_color = "#86161f")
occdat
library("spocc") dat <- occ(query = 'Lynx rufus californicus', from = 'ecoengine', limit=100) map_ggplot(dat) map_ggplot(dat, "usa") map_ggplot(dat, "county")
Run the code above in your browser using DataLab