locate.scobs | R Documentation |
Functions to locate snow crab at-sea observer data file(s).
## S3 method for class 'scobs'
locate(
x,
year,
path = options()$gulf.path$snow.crab$survey,
type = "sea",
zone,
source = "ascii",
...
)
x |
Data object. |
year |
Fishing year. |
path |
Data file path. |
type |
'sea' or 'port'. |
zone |
Fishing year. |
source |
Data source. |
locate.scobs(2010) # Find all at-sea sample files for the 2010 snow crab fishery.
locate.scobs(2010, type = "port") # Find all port sample files for the 2010 snow crab fishery.
locate.scobs(2010, type = "port", zone = "E") # Find all port sample files from the 2010 snow crab fishery in zone 12E.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.