Learn R Programming

bioacoustics (version 0.2.8)

write_zc: Write Zero-Crossing files

Description

Write Zero-Crossing files (.zc, .#)

Usage

write_zc(zc, filename)

Arguments

zc

an object of class 'zc'.

filename

path or connection to write.

Examples

Run this code
# NOT RUN {
data(zc)
filename <- tempfile()
write_zc(zc, filename = filename)

# }

Run the code above in your browser using DataLab