| EVSetAcoVarDisplayDepth | R Documentation | 
This function changes the maximum and minimum depth displayed in the Echogram for an acoustic variable using COM scripting.
EVSetAcoVarDisplayDepth(EVFile, acoVarName, minDepth, maxDepth)
EVFile | 
 An Echoview file COM object  | 
acoVarName | 
 Name of acoustic variable  | 
minDepth | 
 The minimum depth to display in metres  | 
maxDepth | 
 The maximum depth to display in meters  | 
http://support.echoview.com/WebHelp/Echoview.htm/
EVAcoVarNameFinder
## Not run: 
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj, 'KAOS/KAOStemplate.EV')$EVFile
EVSetAcoVarDisplayDepth(EVFile, "38 seabed and surface excluded", 5, 250)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.