read | R Documentation |
Read southern Gulf of Saint Lawrence spatial data files.
read.gulf.spatial(layer, region, species, zone, area, lfa, ...)
layer |
Character string specifying the layer to be read. |
... |
Other arguments passed onto |
locate.gulf.spatial
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.