actel (version 1.1.0)

printIndividuals: Print individual graphics

Description

Prints the individual detections for each fish, overlaying the points in time considered crucial during the analysis.

Usage

printIndividuals(
  detections.list,
  movements,
  valid.movements,
  spatial,
  status.df = NULL,
  rsp.info,
  type = c("stations", "arrays"),
  extension = "png"
)

Arguments

detections.list

A list of the detections split by each target tag, created by splitDetections.

movements

A list of movements for each target tag, created by groupMovements.

spatial

The spatial data frame.

status.df

The main results table.

type

The type of y axis desired. One of "stations" (default) or "arrays".

extension

the format of the generated graphics

Value

A string of file locations in rmd syntax, to be included in printRmd