read.EK_raw: Read EK* raw files from Simrad echosounders

View source: R/read.EK_raw.R

read.EK_rawR Documentation

Read EK* raw files from Simrad echosounders

Description

This function imports Simrad EK60 or EK80 raw files as raw bytes.

Usage

read.EK_raw(file)

Arguments

file

EK* raw file name.

Details

This function will return raw bytes as hex digits, therefore is not intended to be called directly by the user. Instead, read.EK_raw is called by other echogram's functions that also convert the various datagrams in EK60 files to their appropriate type.

Value

A vector of class “raw”.

Author(s)

Héctor Villalobos.

See Also

read.EK60_raw, get_CON0, get_NME0, and get_RAW0.


hvillalo/echogram documentation built on Oct. 2, 2023, 7:28 a.m.