View source: R/process_catch-.R
f_vessel_type | R Documentation |
VESSEL_TYPE
as a characterVESSEL_TYPE
in the NORPAC data base are integers and this function
changes these integer values to character strings that provide meaning.
The following integers are the available options in NORPAC to indicate
whether the vessel processes fish or delivers it to a processing plant:
a catcher processor (CP) vessel;
a mothership (MS) or ship that receives unsorted codends from other vessels;
a catcher only vessel that delivers unprocessed fish to shoreside, floating plant, or vessel this only occurred in 2009 and 2010 with a single vessel, see the notes in the code for more details;
a MS that receives sorted codends;
a vessel that sells the majority of their catch over the side to other fishing vessels who will utilize the fish for bait, and
vessels that discard all catch from a haul.
f_vessel_type(x)
x |
A vector of integers between one and six. |
A vector of combined integer values and character strings.
Kelli F. Johnson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.