EVIntegrationByRegionsByCellsExportUseEVFileThresholds | R Documentation |
This function performs integration by regions by cells for a specified region class and exports the results using COM scripting. The difference between this function and the original function EVIntegrationByRegionsByCellsExport is that this version does not require the user to provide a data threshold. This function was created because it was not clear if the original function used the thresholds applied in the EV file or not.
EVIntegrationByRegionsByCellsExportUseEVFileThresholds( EVFile, acoVarName, regionClassName, exportFn )
EVFile |
An Echoview file object |
acoVarName |
A string containing the name of an Echoview acoustic variable |
regionClassName |
A string containing the name of an Echoview region class |
exportFn |
export filename and path |
a list object with one element, $msg: message for processing log.
http://support.echoview.com/WebHelp/Echoview.htm/
EVOpenFile
## Not run: EVAppObj <- COMCreate('EchoviewCom.EvApplication') EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile EVIntegrationByRegionsByCellsExport(EVFile, "120 aggregations", "aggregations", exportFn = "~~/KAOS/EVIntegrationByRegionsExport_example.csv") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.