if (FALSE) {
data <- pbdb_occurrences(
limit = "all", vocab = "pbdb", base_name = "Canis", show = "coords"
)
X11(width = 13, height = 7.8)
pbdb_map_occur(data, res = 2)
## Get the raster object without plotting it
pbdb_map_occur(data, res = 3, do_plot = FALSE)
}
Run the code above in your browser using DataLab