import_epi_bottom_lines: import_epi_bottom_lines

View source: R/import_epi_bottom_lines.R

import_epi_bottom_linesR Documentation

import_epi_bottom_lines

Description

A helper function to import, format and summarize the epi and bottom lines that are exported from Echoview

Usage

import_epi_bottom_lines(transect)

Arguments

transect

A transect in the expected 'erieacoustics' format ("EB_S16_G1004")

Value

summary of epi and bottom line data from Echoview

Examples

## Not run: 
library(erieacoustics)
library(dplyr)
import_epi_bottom_lines("EB_S16_G1004")

alltransects <- dir("3_Ping_Data")
epi_bot_lines <- bind_rows(lapply(alltransects, import_epi_bottom_lines))

## End(Not run)

HoldenJe/erieacoustics documentation built on Jan. 29, 2024, 12:32 a.m.