user_interaction_args: user_interaction.R arguments

user_interaction_argsR Documentation

user_interaction.R arguments

Description

user_interaction.R arguments

Arguments

tag

The tag being analysed.

detections

The detections data.frame for a specific tag.

force

Logical: If TRUE, the user is moved directly to indicating which movements should be invalidated.

trigger

The message/warning that triggered the interaction

moves, all.moves

The complete movements table for a specific tag.

displayed.moves

The valid movements table for a specific tag.

event

The event selected for expansion.

GUI

One of "needed", "always" or "never". If "needed", a new window is opened to inspect the movements only if the movements table is too big to be displayed in R's console. If "always", a graphical interface is always created when the possibility to invalidate events emerges. If "never", a graphical interface is never invoked. In this case, if the table to be displayed does not fit in R's console, a temporary file will be saved and the user will be prompted to open and examine that file. Defaults to "needed".

save.tables.locally

Logical: If a table must be temporarily stored into a file for user inspection, should it be saved in the current working directory, or in R's temporary folder?


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