export.detections {callsync}R Documentation

export.detections

Description

Exports detection table from 'call.detect' into a txt file that can be read by Raven Lite. All columns other than those containing start and end times are filled with 0 or ”.

Usage

export.detections(detections, sr = 1, path_out = "out.txt")

Arguments

detections

data.frame, the object generated by 'call.detect'.

sr

numeric, the sampling rate of the wave on which detections were run. Default to '1', which allows users to transform the start and end times before feeding the data.frame to this function.

path_out

character, the path including file name where to store the txt file. Default is ''out.txt''.

Value

Stores a Raven Lite readable selection table.


[Package callsync version 0.2.1 Index]