| Bouts-class | R Documentation |
Base class for storing key information for modelling and detecting bouts in behavioural data.
xObject of class "numeric". Data to be modelled.
methodObject of class "character". A string indicating
the type of frequency to calculate from x: "standard" or
"seq.diff". If "standard", frequencies are calculated directly
from x, and from the sequential differences in x
otherwise.
lnfreqObject of class data.frame. Columns named
lnfreq (log frequencies) and x (mid points of histogram
bins).
Objects can be created most conveniently via the
boutfreqs function, which sets the lnfreq slot,
but can also be created via new("Bouts").
Sebastian P. Luque spluque@gmail.com
boutfreqs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.