Learn R Programming

red (version 0.2.0)

map.draw: Map creation.

Description

Creates maps ready to print in pdf or other formats.

Usage

map.draw(longlat = NULL, layer, spName, countries = FALSE, scale = TRUE, legend = FALSE, sites = TRUE, mcp = FALSE, print = FALSE)

Arguments

longlat
Matrix of longitude and latitude (two columns) of each occurrence record.
layer
RasterLayer object representing the presence/absence map for the species.
spName
String of species name.
countries
If TRUE country borders are drawn.
scale
If TRUE a distance scale in km is drawn.
legend
If TRUE the legend for the map is drawn.
sites
If TRUE the record locations are drawn.
mcp
If TRUE the minimum convex polygon representing the Extent of Occurrence is drawn.
print
If TRUE a pdf is saved instead of the output to the console.

Examples

Run this code
data(data.records)
data(data.sp)
par(mfrow = c(1,2))
map.draw(data.records, layer = data.sp, mcp = TRUE)

Run the code above in your browser using DataLab