This function sets the minimum data threshold

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

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)
# }