occpmap: Plot a projected map of species occurrences

Description Usage Arguments

Description

Function queries species occurrence data with occ function and draws a projected map with these occurrences using projectedmap.

Usage

1
2
3
occpmap(query, CRS = "+proj=longlat", extent, limit = 1000, pruning,
  clip = TRUE, resolution = "low", border = 1, land = "grey90",
  pch = 16, pcol = 2, annotate = TRUE, ...)

Arguments

query

Species to be plotted.

CRS

Projection used in projectedmap.

extent

A four element numeric vector of east min, east max, north min, north max, or other structure accepted by projectedmap.

limit

Maximum number of occurrences returned as defined in occ.

pruning

Remove duplicated points rounded to precision in latitude and longitude (e.g., pruning = 0.1 keeps only cases that are not duplicated with 0.1 degree attitude).

clip

(logical) Clip map to the occurrences of species instead of using the original extent.

resolution

Resolution of the map as defined in getMap.

border

Border colour in the map.

land

Land colour in the map.

pch

Plotting character for points.

pcol

Point colour.

annotate

Add species name as the title and projection as the right margin text in the map.

...

Arguments passed to occ and projectedmap.


jarioksa/biogeo documentation built on May 18, 2019, 3:47 p.m.