NMEA2vessel: Return vessel times, positions, headings and speeds located...

View source: R/NMEA2vessel.R

NMEA2vesselR Documentation

Return vessel times, positions, headings and speeds located in an NMEA atring.

Description

Return vessel times, positions, headings and speeds located in an NMEA atring.

Usage

NMEA2vessel(x, cleanNMEA = 1, interpolate = TRUE)

Arguments

x

An NMEA string.

cleanNMEA

Logical: If FALSE return the data as read, without shaving off incomplete time steps, 1 to remove incomplete and duplicate time steps, and 2 to additionally clean missing info at the end.

interpolate

Logical: If TRUE interpolate the NMEA info.


arnejohannesholmin/SimradRaw documentation built on April 14, 2024, 7:43 p.m.