ARschool_manipulate: Generates and writes to file, fish positions which are AR(1)...

View source: R/ARschool_manipulate.R

ARschool_manipulateR Documentation

Generates and writes to file, fish positions which are AR(1) but not interacting, by the model in Holmin et al. 2012, "Simulations of multi-beam sonar echos from schooling individual fish in a quiet environment".

Description

Generates and writes to file, fish positions which are AR(1) but not interacting, by the model in Holmin et al. 2012, "Simulations of multi-beam sonar echos from schooling individual fish in a quiet environment".

Usage

ARschool_manipulate(
  con,
  t = "all",
  t_offset = 0,
  par = list(t0 = ftim2utim(20140101), x0 = 0, y0 = 0, z0 = 0, xI = 0, yI = 0, zI = 0, Rx
    = 12, Ry = 3, Rz = 2, vx = 1, vy = 1, vz = 1, edger = 1, edget = 0.2),
  dir = c(0, pi/2)
)

Arguments

con

is a the path to the directory in which the school files to be modified are located.

t_offset

is the time offset of the manipulation.

par

is a list or data frame with vectors c(t0, x0,y0,z0, xI,yI,zI, Rx,Ry,Rz, vx,vy,vz, edger,edget), where


arnejohannesholmin/echoIBM documentation built on April 14, 2024, 11:37 p.m.