View source: R/EVgetCalParValues.R
EVgetCalParValues | R Documentation |
This function gets the calibration values of an Echoview acousic variable using COM.
EVgetCalParValues(
EVFile,
acoVarName,
pingNumber = 1,
type = c("default", "set", "used"),
verbose = FALSE
)
EVFile |
("COMIDispatch) An Echoview file COM object |
acoVarName |
(character) Name of Echoview single target virtual variable |
pingNumber |
= 0 (numeric) Ping number from which to extract calibration values. |
type |
= =c('default','set','used') (character) Calibration value type. |
verbose |
= FALSE (boolean) Should the calibration values be displayed in the console. |
The function can read three types of calibration values "default", "set" and "used".
http://support.echoview.com/WebHelp/Echoview.htm/
EVAcoVarNameFinder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.