EVIntegrationByRegionsByCellsExportUseEVFileThresholds: Export integration by regions by cells from an Echoview...

EVIntegrationByRegionsByCellsExportUseEVFileThresholdsR Documentation

Export integration by regions by cells from an Echoview acoustic variable

Description

This function performs integration by regions by cells for a specified region class and exports the results using COM scripting. The difference between this function and the original function EVIntegrationByRegionsByCellsExport is that this version does not require the user to provide a data threshold. This function was created because it was not clear if the original function used the thresholds applied in the EV file or not.

Usage

EVIntegrationByRegionsByCellsExportUseEVFileThresholds(
  EVFile,
  acoVarName,
  regionClassName,
  exportFn
)

Arguments

EVFile

An Echoview file object

acoVarName

A string containing the name of an Echoview acoustic variable

regionClassName

A string containing the name of an Echoview region class

exportFn

export filename and path

Value

a list object with one element, $msg: message for processing log.

References

http://support.echoview.com/WebHelp/Echoview.htm/

See Also

EVOpenFile

Examples

## Not run: 
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile
EVIntegrationByRegionsByCellsExport(EVFile, "120 aggregations", "aggregations", exportFn = "~~/KAOS/EVIntegrationByRegionsExport_example.csv")

## End(Not run)

dmwarn/openacoustics documentation built on Jan. 29, 2023, 9:45 p.m.