soundbeam_range: This function calculates various variables related to the...

View source: R/soundbeam_range.R

soundbeam_rangeR Documentation

This function calculates various variables related to the voxels of an aoustic system, such as the mid points or edge points of the voxels. NOTE: This function only considers one time step, which is a weekness, since the radial resolution may change between pings, particularly with fishery sonars.

Description

This function calculates various variables related to the voxels of an aoustic system, such as the mid points or edge points of the voxels. NOTE: This function only considers one time step, which is a weekness, since the radial resolution may change between pings, particularly with fishery sonars.

Usage

soundbeam_range(
  x,
  pos = c("mid", "edge", "max", "res", "grid"),
  adds = NULL,
  Ro = NULL
)

Arguments

x

is a list of the variables 'lenb', and 'rres' or 'asps' and 'sint'.

pos

is "res" to return the radial resolution, "max" to return the maximum range of the "mid" to return midpoints of the voxels and "edge" to return edge points, and numeric to return 'pos' positions between 0 and the maximum range to the edges.

adds

A list of variables to add to the input list x.

Ro

The range offset in meters.


arnejohannesholmin/SimradRaw documentation built on April 14, 2024, 7:43 p.m.