View source: R/find_voxels.TSD.R
find_voxels.TSD | R Documentation |
Finds the voxels in which the positions in 'pos' are located. NAs returned for voxels outside of the sonar volume.
find_voxels.TSD(pos, data, arr.ind = FALSE)
pos |
is a three column matrix of the r, theta, and phi spherical position of the points to locate to voxels. |
data |
is the list of beam configuration data. |
arr.ind |
is TRUE to return array indices, in which voxels outside of the sonar volume are indicated by zeros in one oner more of the columns. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.