R/MapGrid.R

Defines functions MapGrid

Documented in MapGrid

MapGrid <- function(rast, ...) {
#     layout(matrix(c(1), 1, 1))
#     par(mar = c(4, 4, 4, 4))
    loadNamespace("raster")
    plot(rast, ...)  #, col = colo)
    maps::map("world", add = T, col = "grey")
    
} 

Try the speciesgeocodeR package in your browser

Any scripts or data that you put into this service are public.

speciesgeocodeR documentation built on May 30, 2017, 12:34 a.m.