locate | R Documentation |
Read southern Gulf spatial data files.
## S3 method for class 'gulf.spatial'
locate(
layer,
survey,
region,
project,
file.extensions = c("csv", "shp", "txt", "tab", "rda", "rdata", "mif"),
resolution = "high",
...
)
layer |
Character string specifying the layer to be read. |
survey |
Character string specifying the name of the science survey to be read. |
project |
Character string specifying the name of the science project to be read. |
altitude
, bathymetry
, dem
, depth
Load altitude and bathymetry data.
borders
, bounds
Load the bounds or borders of a specified area.
grids
Science survey spatial grids designs.
cities
Load city coordinates.
fishing.zones
Load fishing zone polygons and borders.
kriging
Load polygons used in area abundance and biomass estimation.
stations
Load survey or project sampling stations.
strata
, stratum
Load survey strata.
seaports
, ports
Load sea ports.
geography
, features
Load land and marine geographical features.
locate.gulf.spatial(layer = "bounds", survey = "rv") # Locate September survey boundaries.
locate.gulf.spatial(layer = "bounds", survey = "sc") # Locate snow crab survey boundaries.
locate.gulf.spatial(layer = "stations", survey = "rv") # Locate September survey stations.
locate.gulf.spatial(layer = "stations", survey = "ns") # Locate Northumberland Strait survey stations.
locate.gulf.spatial("grids", survey = "ns") # Locate Northumberland Strait survey grids.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.