Last chance! 50% off unlimited learning
Sale ends in
coor.graph
creates graphs of coordinated singing and highlights the signals that overlap
in time. The signals are represented by polygons of different colors.coor.graph(X, only.coor = FALSE, ovlp = TRUE, xl = 1, res= 80, it = "jpeg", img = TRUE)
TRUE
only the segment in which both individuals are singing is
included (solo singing is removed). Default is FALSE
.TRUE
the vocalizations that overlap in time are highlighted.
Default is TRUE
.FALSE
, image files are not produced. Default is TRUE
.# First set temporary folder
setwd(tempdir())
# load simulate singing events (see data documentation)
data(coor.sing)
# make coor.graphs in tiff format
coor.graph(X = coor.sing, ovlp = T, only.coor = F, xl =2, res =80, it = "jpeg" , img = TRUE)
#' # make coor.graphs in graphic device format
coor.graph(X = coor.sing, ovlp = T, only.coor = F, img = FALSE)
Run the code above in your browser using DataLab