Learn R Programming

MEDITS (version 0.1.7)

dd.to.MEDITS: Conversion of decimal degrees coordinates in MEDITS format

Description

Conversion of decimal degrees coordinates in MEDITS format

Usage

dd.to.MEDITS(data)

Arguments

data

data frame of the hauls data (TA, table A) in MEDITS format

Value

The function returns the data frame of the TA (table A) reporting the coordinates in MEDITS format.

Examples

Run this code
# NOT RUN {
TA.dd <- MEDITS.to.dd(TA)
dd.to.MEDITS(TA.dd)
# }

Run the code above in your browser using DataLab