View source: R/export.detections.R
| export.detections | R Documentation |
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 ”.
export.detections(detections, sr = 1, path_out = "out.txt")
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''. |
Stores a Raven Lite readable selection table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.