windowed
object containing a list of egm segmentswindowed
objects are lists of egm
objects that represent segments or
windows of the original signal. This allows for specialized methods to be
applied to collections of signal windows. This function primarily serves as
the class generation function, and only applies class attributes. It is used
by the window()
function to ensure appropriate class and properties.
windowed(
x = list(),
window_method = "rhythm",
source_record = character(),
...
)
An object of class windowed
which inherits from list
A list of egm
objects
The windowing method used to create the list
The name of the original record
Additional arguments passed to methods