printIndividuals: Print individual graphics

View source: R/print.R

printIndividualsR Documentation

Print individual graphics

Description

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

Usage

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

Arguments

detections.list

A list of the detections split by each target tag.

movements

the movement dataframe for the tag being analysed.

spatial

The spatial list.

status.df

The main results table.

y.axis

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


actel documentation built on Oct. 19, 2023, 9:08 a.m.