convertor_long_cut_loop: Rcpp function to replace the for-loop inside the...

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Rcpp function to replace the for-loop inside the 'convertor_long_cut()' function

Usage

1
2
3
4
5
6
convertor_long_cut_loop(
  time_seq,
  segment_onset_vec,
  segment_offset_vec,
  speaker_type_vec
)

Arguments

time_seq

a numeric vector of the time sequence

segment_onset_vec

a numeric vector of onset

segment_offset_vec

a numeric vector of offset

speaker_type_vec

a character vector of speaker type

Value

a named list of length 2


LAAC-LSCP/ChildRecordsR documentation built on July 26, 2021, 3:25 p.m.