EVAdjustDataRngBitmap: Change the data range bitmap of an acoustic object

EVAdjustDataRngBitmapR Documentation

Change the data range bitmap of an acoustic object

Description

This function changes the data range in an Echoview data range bitmap virtual variable

Usage

EVAdjustDataRngBitmap(varObj, minRng, maxRng)

Arguments

varObj

An Echoview acoustic variable COM object, perhaps resulting from a call of EVAcoVarNameFinder()

minRng

the minimum data value to set

maxRng

the maximum data value to set

Value

a vector of pre- and post-function call data range settings

References

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

See Also

EVOpenFile EVAcoVarNameFinder

Examples

## Not run: 
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile
varObj <- EVAcoVarNameFinder(EVFile, acoVarName = "38 data range bitmap")$EVVar
EVAdjustDataRngBitmap(varObj, minRng = -90, maxRng = 0)

## End(Not run)

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