getAIPInfo: Title Extract information from isoparalitoral area code

Description Usage Arguments Value Examples

View source: R/imarpe-auxiliar.R

Description

The isoparalitoral area (AIP) code must be written in format DDLLPP, where DD is value of distance to coast (mn/10), LL are values of latitude (as integer) and PP is position (up or down).

Usage

1
getAIPInfo(aipVector)

Arguments

aipVector

A vector indicating the AIP code.

Value

A data.frame with variables distance to the coast (dc), latitude (lat) and position (upDown) in the columns for each AIP code in rows.

Examples

1
getAIPInfo(c(30073, 1020, 2010))

imarpe/imarpe documentation built on Aug. 8, 2020, 8:40 p.m.