| boutfreqs | R Documentation | 
Histogram of log-transformed frequencies
boutfreqs(x, bw, method = c("standard", "seq.diff"), plot = TRUE, ...)
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   | 
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.
Sebastian P. Luque spluque@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.