vessel | R Documentation |
Functions to retrieve survey vessel information.
vessel(x, ...)
## Default S3 method:
vessel(x, ...)
## S3 method for class 'character'
vessel(x, verbose = FALSE, ...)
## S3 method for class 'scsset'
vessel(x, ...)
## S3 method for class 'gulf.set'
vessel(x, ...)
x |
Character search string. |
... |
Other arguments (not used). |
vessel(default)
: Default vessel
method. Returns the complete vessel data table.
vessel(character)
: Search for vessel name and return vessel specifications.
vessel(scsset)
: Vessel names for snow crab survey.
vessel(gulf.set)
: Vessel names for various science surveys.
vessel() # Survey vessel table.
vessel("prince") # Search for vessel name.
vessel("marco") # Search for vessel name.
vessel("opilio") # Search for vessel name.
# Read snow crab set data:
x <- read.scsset(2000:2021)
vessel(x) # Determine vessel for each data record.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.