boutfreqs {diveMove} | R Documentation |
Histogram of log-transformed frequencies
Description
Histogram of log-transformed frequencies
Usage
boutfreqs(x, bw, method = c("standard", "seq.diff"), plot = TRUE, ...)
Arguments
x |
numeric vector on which bouts will be identified based on
“method”. For |
bw |
numeric scalar: bin width for the histogram. |
method |
character: method used for calculating the frequencies: “standard” simply uses x, while “seq.diff” uses the sequential differences method. |
plot |
logical, whether to plot results or not. |
... |
For |
Value
boutfreqs
returns an object of class Bouts
, with slot
lnfreq
consisting of a data frame with components lnfreq
containing the log frequencies and x, containing the
corresponding mid points of the histogram. Empty bins are excluded. A
plot (histogram of input data) is produced as a side effect if
argument plot is TRUE
. See the Details section.
Author(s)
Sebastian P. Luque spluque@gmail.com