Usage
read.coastline.openstreetmap(file, lonlim = c(-180, 180), latlim = c(-90, 90), debug = getOption("oceDebug"), monitor = FALSE, processingLog)
Arguments
file
name of file containing coastline data.
lonlim
as latlim
, but a signed longitude.
latlim
range of (signed) latitudes, used only for shapefiles.
Regions that do not intersect this range are skipped.
debug
set to TRUE to print information about the header, etc.
monitor
Logical indicating whether to print an indication of progress through
the file.
processingLog
if provided, the action item to be stored in the log.
(Typically only provided for internal calls; the default that it provides is
better for normal calls by a user.)