- X
Data frame containing columns for singing event (sing.event),
individual (indiv), and start and end time of signal (start and end).
- only.coor
Logical. If TRUE
only the segment in which both individuals are singing is
included (solo singing is removed). Default is FALSE
.
- ovlp
Logical. If TRUE
the vocalizations that overlap in time are highlighted.
Default is TRUE
.
- xl
Numeric vector of length 1, a constant by which to scale
spectrogram width. Default is 1.
- res
Numeric argument of length 1. Controls image resolution. Default is 80.
- it
A character vector of length 1 giving the image type to be used. Currently only
"tiff" and "jpeg" are admitted. Default is "jpeg".
- img
Logical argument. If FALSE
, image files are not produced and
the graphs are shown in the current graphic device. Default is TRUE
.
- tlim
Numeric vector of length 2 indicating the start and end time of the coordinated singing events
to be displayed in the graphs.
- pb
Logical argument to control progress bar and messages. Default is
TRUE
.