Skip to contents

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

Examples

if (FALSE) {
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile
varObj <- EVAcoVarNameFinder(EVFile, "38 seabed and surface excluded")$EVVar
EVminThresholdSet(varObj, -80)
}