read: Read Spatial Data

readR Documentation

Read Spatial Data

Description

Read southern Gulf of Saint Lawrence spatial data files.

Usage

read.gulf.spatial(layer, region, species, zone, area, lfa, ...)

Arguments

layer

Character string specifying the layer to be read.

...

Other arguments passed onto locate.gulf.spatial.

See Also

locate.gulf.spatial

Examples

read.gulf.spatial(layer = "bounds", survey = "rv")   # Read September survey boundaries.
read.gulf.spatial(layer = "bounds", survey = "sc")   # Read snow crab survey boundaries.
read.gulf.spatial(layer = "stations", survey = "rv") # Read September survey stations.
read.gulf.spatial(layer = "stations", survey = "ns") # Read Northumberland Strait survey stations.
read.gulf.spatial("port")                            # Coordinate port coordinates.
read.gulf.spatial("cities")                          # City coordinates.

# Fishing zones:
read.gulf.spatial("fishing zone polygon", file = "shp", species = 2526,  region = "gulf", zone = 12)
read.gulf.spatial("fishing zone vertices", file = "shp", species = 2550,  region = "gulf", lfa = 24)
read.gulf.spatial("kriging", survey = "scs")

TobieSurette/gulf.spatial documentation built on Sept. 26, 2024, 7:41 p.m.