esonar | R Documentation |
Create eSonar trawl acoustic monitoring probe data objects.
esonar(x, ...)
## Default S3 method:
esonar(x, ...)
x |
An |
header |
eSonar file header information to be assigned as metadata. |
esonar(default)
: Create an esonar
object.
scanmar, netmind, notus
# 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.