plot_volume.ME70: A simple but unelegant way of plotting the sonar volume.

View source: R/plot_volume.ME70.R

plot_volume.ME70R Documentation

A simple but unelegant way of plotting the sonar volume.

Description

A simple but unelegant way of plotting the sonar volume.

Usage

plot_volume.ME70(
  data,
  xyzlim = NULL,
  every = Inf,
  length_edges = 200,
  length_bows = 100,
  bowdens = 100,
  col = "black",
  ...
)

Arguments

data

is a list of data including the elements named "dira", "dire", "asps", "sint", "lenb", "rtzv", "psxv", "psyv", "pszv" and "psze".

xyzlim

is a three column matrix of two rows, where the first column represents the plotting range of x-values and the second and third for the y- and z-values.

every

is a single integer representing that the frame should be plotted every 'every' time step, where the first and last are included, or a vector of integers givint the time steps for which the frame should be plotted (not including the first and last time step).

length_edges

is the number of points along the bows, which if chosen too low can result in lines appearing not to reach the bounding box.

length_bows

is the number of points along the edges, which if chosen too low can result in lines appearing not to reach the bounding box.

bowdens

is the distance in meters between bows.

col

is the color for the plotted frame.

...

are inputs passed on to lines3d().


arnejohannesholmin/cpplot3d documentation built on April 14, 2024, 11:36 p.m.