EVmaxThresholdSet: Sets maximum data threshold for a variable object

EVmaxThresholdSetR Documentation

Sets maximum data threshold for a variable object

Description

This function sets the maxmimum data threshold

Usage

EVmaxThresholdSet(EVFile, acoVarName, thres, colRng = 36)

Arguments

EVFile

An Echoview file COM object

acoVarName

(character) Echoview acoustic variable name

thres

The new maximum threshold to be set (dB)

colRng

maximum colour range possible for display settings. Set to NA if you want any colour range.

Value

a list object with two elements. $thresholdSettings: The new threshold settings; $msg vector of messages

References

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

See Also

EVOpenFile EVminThresholdSet

Examples

## Not run: 
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile
varObj <- EVAcoVarNameFinder(EVFile, "38 seabed and surface excluded")$EVVar
EVmaxThresholdSet(varObj, -30)

## End(Not run)

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