EVAcoVarNameFinder: Find an acoustic variable by name

EVAcoVarNameFinderR Documentation

Find an acoustic variable by name

Description

This function finds an acoustic variable in an Echoview file by name and returns the variable pointer.

Usage

EVAcoVarNameFinder(EVFile, acoVarName)

Arguments

EVFile

An Echoview file COM object

acoVarName

The name of an acoustic variable in the Echoview file

Value

a list object with two elements. $EVVar: An Echoview acoustic variable object, and $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
varObj <- EVAcoVarNameFinder(EVFile, "120 7x7 convolution")$EVVar

## End(Not run)

AustralianAntarcticDivision/EchoviewR documentation built on Aug. 21, 2023, 6:56 p.m.