powered by
Generate spectrogram for Zero-Crossing files.
plot_zc( x, LPF = 125000, HPF = 16000, tlim = c(0, Inf), flim = c(HPF, LPF), ybar = TRUE, ybar.lty = 2, ybar.col = "gray", dot.size = 0.3, dot.col = "red", ... )
an object of class 'zc'.
numeric. Low-Pass Filter (Hz). Frequencies above the cutoff are greatly attenuated. Default is set to 125000 Hz.
numeric. High-Pass Filter (Hz). Frequencies below the cutoff are greatly attenuated. Default setting is 16000 Hz.
numeric. Time limits of the plot in seconds (s). Default setting is set to c(0, Inf).
c(0, Inf)
numeric. Frequency limits of plot in Hz. Default setting is set to c(HPF, LPF)
c(HPF, LPF)
should horizontal scale bars be plotted. Default is TRUE.
TRUE
line type of the horizontal scale bars.
color of the horizontal scale bars.
dot size.
dot color.
not currently implemented.
# NOT RUN { data(zc) plot_zc(zc) # }
Run the code above in your browser using DataLab