eventsSingleWidget {actel} | R Documentation |
Event Widget (Single table version)
Description
Event Widget (Single table version)
Usage
eventsSingleWidget(
tag,
displayed.moves,
all.moves,
detections,
trigger,
first.time,
type
)
Arguments
tag |
The tag being analysed. |
displayed.moves |
The valid movements table for a specific tag. |
all.moves |
The complete movements table for a specific tag. |
detections |
The detections data.frame for a specific tag. |
trigger |
The message/warning that triggered the interaction |
first.time |
Logical: Is this the first time this widget is running for this tag? |
type |
The type of events (Array or Section) |
Value
The movements list, a vector of event validities, and a note on whether or not the widget should be restarted.
[Package actel version 1.3.0 Index]