map_ggmap: ggpmap visualization of species occurences

Description Usage Arguments Examples

Description

ggpmap visualization of species occurences

Usage

1
map_ggmap(x, zoom = 5, point_color = "#86161f")

Arguments

x

Input, object of class occdat

zoom

zoom level for map. Adjust depending on how your data look.

point_color

Default color of your points

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
library("spocc")
ecoengine_data <- occ(query = 'Lynx rufus californicus', from = 'ecoengine', limit=100)
map_ggmap(ecoengine_data)
gbif_data <- occ(query = 'Accipiter striatus', from = 'gbif', limit=100)
map_ggmap(gbif_data)
bison_data <- occ(query = 'Accipiter striatus', from = 'bison', limit=100)
map_ggmap(bison_data)

## End(Not run)

spoccutils documentation built on Sept. 12, 2016, 10:35 a.m.