Description Usage Arguments Examples
Creates maps ready to print in pdf or other formats.
1 2 3 4 5 6 7 8 9 10 11  | 
longlat | 
 Matrix of longitude and latitude or eastness and northness (two columns in this order) of each occurrence record.  | 
layer | 
 RasterLayer object representing the presence/absence map for the species.  | 
spName | 
 String of species name.  | 
borders | 
 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.  | 
1 2 3 4  | data(red.records)
data(red.range)
par(mfrow = c(1,2))
map.draw(red.records, layer = red.range, mcp = TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.