EVExportIntegrationByRegionByCells: Export integration by region name by cells for an acoustic...

EVExportIntegrationByRegionByCellsR Documentation

Export integration by region name by cells for an acoustic variable

Description

This function exports the integration by region by cells for an acoustic variable using COM scripting. Unlike EVIntegrationByRegionsByCellsExport, this function exports integration data for only for a single region name, not a region class. Note: This function will only work if the acoustic variable has a grid.

Usage

EVExportIntegrationByRegionByCells(EVFile, variableName, regionName, filePath)

Arguments

EVFile

An Echoview file COM object

variableName

a string containing the name of an EV acoustic variable

regionName

a string containing the name of the region to export. Note: Input a single region's name, not region a class. To export by class, see EVIntegrationByRegionsByCellsExport.

filePath

a string containing the file path and name to save the exported data to

References

http://support.echoview.com/WebHelp/Echoview.htm/

See Also

EVOpenFile

Examples

## Not run: 
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile
EVExportIntegrationByRegionByCells(EVFile = EVFile, 
variableName = '38 seabed and surface excluded', 'Region1', 
filePath = '~~/KAOS/EVExportIntegrationByRegionByCells_example.csv')

## End(Not run)

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