EVGetVariables: Get List of all variables

View source: R/EVGetVariables.R

EVGetVariablesR Documentation

Get List of all variables

Description

This function creates a list of all variables in the EV files

Usage

EVGetVariables(EVFile)

Arguments

EVFile

An Echoview file COM object

References

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

Examples

## Not run: 
#To be added - Needs Example data
#Starting Echoview
echoview = StartEchoview()
#Create a new EV File
EVFile <- EVCreateNew(EVAppObj=echoview, dataFiles = "rawfile.raw")$EVFile
Varname <- "Fileset 1: Sv pulse compressed wideband pings T1"
bottom <- EVBottomDetection(EVFile, EVVar=Varname, LineName="Bottom")
# Change the algorithm to Best bottom candidate
bottom <- EVBottomDetection(EVFile, EVVar=Varname, LineName="Bottom",algorithm=2)

## End(Not run)

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