esonar: *eSonar* Data

View source: R/esonar.R

esonarR Documentation

eSonar Data

Description

Create eSonar trawl acoustic monitoring probe data objects.

Usage

esonar(x, ...)

## Default S3 method:
esonar(x, ...)

Arguments

x

An esonar object, data file, survey year or keyword search term.

header

eSonar file header information to be assigned as metadata.

Methods (by class)

  • esonar(default): Create an esonar object.

See Also

scanmar, netmind, notus

Examples

# eSonar files for the 2020 snow crab survey:
locate.esonar(year = 2020)

# Locate files with a specific tow ID from snow crab survey 2018-2020:
locate.esonar("GP001", year = 2018:2020)

# Working example:
x <- read.esonar("GP001", year = 2020)
describe(x)  # Description of file contents.
header(x)    # File header information.


TobieSurette/gulf.data documentation built on Jan. 19, 2025, 7:50 p.m.