R/imapBorderOnly.R

Defines functions imapBorderOnly

 imapBorderOnly <- function(longlat = list(world.h.land, world.h.borders), col= c("black", "cyan"), poly = c("grey40", NA), ...) {
    imap(longlat = longlat, col= col, poly = poly, ...)
 }
John-R-Wallace/JRWToolBox documentation built on May 6, 2024, 4:10 a.m.