map_ggplot: ggplot2 visualization of species occurences

Description Usage Arguments Examples

Description

ggplot2 visualization of species occurences

Usage

1
map_ggplot(x, map = "world", point_color = "#86161f")

Arguments

x

Input, object of class occdat

map

(character) One of world, world2, state, usa, county, france, italy, or nz

point_color

Default color of your points

Examples

1
2
3
4
5
6
7
8
## Not run: 
library("spocc")
dat <- occ(query = 'Lynx rufus californicus', from = 'ecoengine', limit=100)
map_ggplot(dat)
map_ggplot(dat, "usa")
map_ggplot(dat, "county")

## End(Not run)

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