plot_freqprof {FreqProf} | R Documentation |
Plot Frequency Profiles.
Description
Use plot_freqprof
to plot frequency profile data generated from
freqprof
.
Usage
plot_freqprof(data.freqprof, yAxis = NULL, xAxisUnits = "sec",
panel.in = TRUE, panel.out = TRUE, gg = FALSE, multiPlot = FALSE,
tick.every = round(length(data.freqprof$data$time)/31), label.every = 3)
Arguments
data.freqprof |
data formated into class |
yAxis |
a string labelling the y-axis, defaults to
|
xAxisUnits |
a string indicating x-axis units, defaults to "sec". |
panel.in |
if |
panel.out |
if |
gg |
if |
multiPlot |
if |
tick.every |
the spacing between each plot tick mark. By default, N/30 where N is the number of time units. |
label.every |
label every X ticks, where X = label.every. By default, label.every = 3. |
Value
Returns a frequency profiles plot.
Examples
data(s58)
plot_freqprof(freqprof(s58))
[Package FreqProf version 0.0.1 Index]