EVminThresholdSet: Sets minimum data threshold for a variable object

EVminThresholdSetR Documentation

Sets minimum data threshold for a variable object

Description

This function sets the minimum data threshold

Usage

EVminThresholdSet(varObj, thres)

Arguments

varObj

An Echoview variable object

thres

The new threshold to be set

Value

a list object with one element. $thresholdSettings: The new threshold 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, "38 seabed and surface excluded")$EVVar
EVminThresholdSet(varObj, -80)

## End(Not run)

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