View source: R/get.specs.esnm.R
get.specs.esnm | R Documentation |
Returns specifications of the acoustic instrument 'esnm' regarding types of beams. The function treats single time steps, except for the output "region".
get.specs.esnm(
data,
var = c("rect", "offset", "region", "valid", "ind"),
esnm = NULL,
ind = NULL,
add = 30,
beamstypes = 1
)
data |
A list of elements named according to the TSD file format holding the following information: "esnm" (may be given separately), "lenb", "", "", "", "", "", "", "", "", "", "", "". |
var |
The variables for which to get the specifications. "rect": get rectangular and non-rectangular beams. "offset": the angle offset and whether there is time offset. "region": The region over which to draw positions. "valid", "ind": The logical and indices of valid beams given |
esnm |
The name of the acoustical instrument, given as a four character string. See sonR_implemented() for the implemented systems. May be given in 'data', and in lower case. |
ind |
The input indices of beams to use, which are updated by this funciton. |
add |
The angle in degrees to add on either side of the sonar volume. |
beamstypes |
The beam type to use, where rectangluar is 1 and non-rectangular is 2. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.