This function exports an Echoview line object as a CSV file.

EVExportLineAsCSV(EVFile, acoVarName, lineName, filePath,
  pingRange = c(-1, -1))

Arguments

EVFile

Echoview file COM object

acoVarName

The acoustic variable name to which the line is associated

lineName

Echoview line object name

filePath

Path and filename for the resulting CSV file.

pingRange

=c(-1,1) Optional ping range over which to export the Echoview line object. Default is to export the lien for all pings

Details

The Echoview line object should be associated with an Echoview acoustic variable object. Optionally, the line can be exported for a subset of pings.