| EVExportIntegrationByCells | R Documentation | 
This function exports the integration by cells for an acoustic variable using COM scripting. Note: This function will only work if the acoustic variable has a grid.
EVExportIntegrationByCells(EVFile, variableName, filePath)
EVFile | 
 An Echoview file COM object  | 
variableName | 
 a string containing the name of an EV acoustic variable  | 
filePath | 
 a string containing the file path and name to save the exported data to  | 
a list object with 1 element: message for progessing log
http://support.echoview.com/WebHelp/Echoview.htm/
EVOpenFile
## Not run: 
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile
EVExportIntegrationByCells(EVFile = EVFile, 
variableName = '38 seabed and surface excluded', 
filePath = '~~/KAOS/EVExportIntegrationByCells_example.csv')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.