export_transect_evdata: Export Echoview transect data

View source: R/export_transect_evdata.R

export_transect_evdataR Documentation

Export Echoview transect data

Description

Provides a series of COM commands to set export parameters and then export the required analysis files.

Usage

export_transect_evdata(projecthome, transectname, horizbin)

Arguments

projecthome

A file path to the project directory. Generally, when working in an RStudio project environment you can populate this field using 'getwd()'

transectname

Transect name to be exported. Function expects the transect name to correspond with a transect folder located in the *Pings* directory

horizbin

Size of the horizontal grid (in meters) to be applied for the analysis cells

Value

The function will attempt to return a cruise track ('gps.csv'), a copy of the edited epi line in the Echoview format ('EpiLayerLine_Edited.evl') and as a csv ('EpiLayerLine_Final.csv')

Examples

## Not run: 
library(erieacoustics)
export_transect_evdata(getwd(), "R21_S22", 800)

## End(Not run)

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