Usage
read.coastline(file, type=c("R","S","mapgen","shapefile"),
debug=getOption("oceDebug"), monitor=FALSE, processingLog)
read.coastline.shapefile(file, lonlim=c(-180,180), latlim=c(-90,90),
debug=getOption("oceDebug"), monitor=FALSE, processingLog)
Arguments
file
name of file containing coastline data.
type
type of file, one of "R", "S", or "mapgen"
debug
set to TRUE to print information about the header, etc.
latlim
range of (signed) latitudes, used only for shapefiles.
Regions that do not intersect this range are skipped.
lonlim
as latlim
, but a signed longitude.
monitor
print a dot for every coastline segment read (ignored
except for reading "shapefile" type)
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.)