getEventsToSlidingWindowsMapping | R Documentation |
This function returns the event-to-sliding-window mapping, if this information exists.
getEventsToSlidingWindowsMapping(x)
x |
is an |
There are cases where it is interesting to know which events belong to which
sliding windows and which events have been actually used in computing the simple CMA
for each sliding window
This information can be returned by CMA_sliding_window()
if the
parameter return.mapping.events.episodes
is set to TRUE
.
The mapping between events and episodes, if it exists as the
mapping.windows.to.events
component of the CMA_sliding_window object
object, or NULL
otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.