This function integrates all acoustic data within all regions for an Echoview acoustic variable. The data can either be exported on a grid or as one integration per region.

EVExportIntegrationAllRegions(EVFile, acoVarName, grid = FALSE, exportFn)

Arguments

EVFile

("COMIDispatch) An Echoview file COM object

acoVarName

(string) Echoview acoustic variable name

grid

= FALSE (boolean) Integrate all data within a region to the region extents or when TRUE integrate on to a grid within the Echoview acoustic variable

exportFn

CSV export file path and file name.

Value

list $msg messages resulting from function call

See also