areas: Areas

Description Usage Format Details Source Examples

Description

Area codes for the fishPi project and the RDB.

Usage

1

Format

A data frame with columns: code: All area codes. area: The FAO area. subarea: The FAO subarea code. division: The FAO division code. subdivision: The FAO subdivision code. unit: The FAO unit code. description: A description of the area to which the code relates.

Details

The EU master data register uses FAO codes to describe fishing areas. The FAO codes follow a hierachical structure through areas, subareas, division, subdivision and unit. For example the IVa subdivision in the North Sea is "27.4.a". See http://www.fao.org/fishery/area/search/en and http://ec.europa.eu/fisheries/cfp/control/codes/index_en.htm

Source

Alastair Pout a.pout@marlab.ac.uk and Work Package 2.2 core team

Examples

1
2
3
4
5
6
7
8
# loading the data
data(areas)

# looking at the first 5 rows
head(areas)

# areas in FAO area 27
areas$code[grep("27",areas$code)]

MarineScotlandScience/fishPiCodes documentation built on Dec. 17, 2021, 3:12 a.m.