EVIntegrationByRegionsExport: Export integration by regions from an Echoview acoustic...

EVIntegrationByRegionsExportR Documentation

Export integration by regions from an Echoview acoustic variable

Description

This function performs integration by regions and exports the results using COM scripting.

Usage

EVIntegrationByRegionsExport(
  EVFile,
  acoVarName,
  regionClassName,
  exportFn,
  dataThreshold = NULL
)

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

dataThreshold

An optional data threshold for export

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
EVIntegrationByRegionsExport(EVFile, "120 aggregations", "aggregations", exportFn = "~~/KAOS/EVIntegrationByRegionsExport_example.csv")

## End(Not run)

AustralianAntarcticDivision/EchoviewR documentation built on May 4, 2024, 2:28 p.m.