get_stecf_landings_per_rectangle: Get and convert STECF landings and effort per rectangle data

Description Usage Arguments

Description

get_stecf_landings_per_rectangle takes the downloaded STEFC data and converts it to long format. Uppon request, it can subset data for the North Sea only and remove data collected under the 'DEEP' specification.

Usage

1
2
get_stecf_landings_per_rectangle(file, nose_only, deep = FALSE, fdf = FALSE,
  format_long = TRUE)

Arguments

file

Define location where STECF landings per rectangle data is stored as a standard csv file, as downloaded from http://stecf.jrc.ec.europa.eu/c/ document_library/get_file?uuid=015650e2-8d27-4c69-922c-2a15ba4d8b5a&groupId=43805

nose_only

A logical indicating if you want all data or data from the North Sea (ICES area IV) only (which is STECF reg gear code 3B in annex IIA).

deep

A logical indicating if you want data of SPECON 'DEEP' to be included. Default value is fdf = FALSE to avoid doubling data occurence.

fdf

A logical indicating if you want data of 'fully documented fisheries' to be included, such as 'FDFBAL', 'FDFIIA' and 'FDFIIC'. Default value is deep = FALSE to avoid doubling data occurence.

format_long

A logical defining if you want the data to be transposed to long format. This is the case by default, thus format_long <- TRUE.


MoritzSt/sNoSeR documentation built on May 7, 2019, 4:59 p.m.